* cedet/srecode/insert.el: Require srecode/args.
* cedet/srecode/args.el: Require srecode/dictionary instead of srecode/insert.
This commit is contained in:
parent
c05676c5ac
commit
a70bfe61c0
3 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
2009-10-03 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* cedet/srecode/insert.el: Require srecode/args.
|
||||
|
||||
* cedet/srecode/args.el: Require srecode/dictionary instead of
|
||||
srecode/insert.
|
||||
|
||||
* cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
|
||||
|
||||
* files.el (auto-mode-alist): Add .srt and Project.ede.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
;; sets of dictionary words that need to be derived. This file contains
|
||||
;; a set of simple arguments for srecode templates.
|
||||
|
||||
(require 'srecode/insert)
|
||||
(require 'srecode/dictionary)
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
(require 'srecode/compile)
|
||||
(require 'srecode/find)
|
||||
(require 'srecode/dictionary)
|
||||
(require 'srecode/args)
|
||||
|
||||
(defvar srecode-template-inserter-point)
|
||||
(declare-function srecode-overlaid-activate "srecode/fields")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue