* cedet/srecode/args.el: Require srecode/dictionary instead of
srecode/insert.
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.
;; 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:
(require 'srecode/compile)
(require 'srecode/find)
(require 'srecode/dictionary)
+(require 'srecode/args)
(defvar srecode-template-inserter-point)
(declare-function srecode-overlaid-activate "srecode/fields")