1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Set generated-autoload-load-name in some more cedet files

There are no autoloads in these files, but there are defcustoms.
See bug#5277.

* ede/project-am.el, semantic/db-ebrowse.el, semantic/grammar.el:
* semantic/sb.el, semantic/bovine/grammar.el, semantic/wisent/comp.el:
* semantic/wisent/grammar.el, semantic/wisent/wisent.el:
* srecode/fields.el: Set generated-autoload-load-name.
This commit is contained in:
Glenn Morris 2013-05-11 16:55:46 -07:00
parent 3191b52fa8
commit 6b91f90309
10 changed files with 38 additions and 0 deletions

View file

@ -447,4 +447,8 @@ PRE-LEN is used in the after mode for the length of the changed text."
(provide 'srecode/fields)
;; Local variables:
;; generated-autoload-load-name: "srecode/fields"
;; End:
;;; srecode/fields.el ends here