mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* 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
|
|
@ -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