1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -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

@ -503,4 +503,8 @@ Menu items are appended to the common grammar menu.")
(provide 'semantic/bovine/grammar)
;; Local variables:
;; generated-autoload-load-name: "semantic/bovine/grammar"
;; End:
;;; semantic/bovine/grammar.el ends here

View file

@ -660,4 +660,8 @@ Return a list of tags."
(provide 'semantic/db-ebrowse)
;; Local variables:
;; generated-autoload-load-name: "semantic/db-ebrowse"
;; End:
;;; semantic/db-ebrowse.el ends here

View file

@ -1909,4 +1909,8 @@ Optional argument COLOR determines if color is added to the text."
(provide 'semantic/grammar)
;; Local variables:
;; generated-autoload-load-name: "semantic/grammar"
;; End:
;;; semantic/grammar.el ends here

View file

@ -425,4 +425,8 @@ Returns the tag list, or t for an error."
(provide 'semantic/sb)
;; Local variables:
;; generated-autoload-load-name: "semantic/sb"
;; End:
;;; semantic/sb.el ends here

View file

@ -3548,6 +3548,7 @@ See also `wisent-compile-grammar' for more details on AUTOMATON."
;; Local variables:
;; byte-compile-warnings: (not lexical)
;; generated-autoload-load-name: "semantic/wisent/comp"
;; End:
;;; semantic/wisent/comp.el ends here

View file

@ -523,4 +523,8 @@ Menu items are appended to the common grammar menu.")
(provide 'semantic/wisent/grammar)
;; Local variables:
;; generated-autoload-load-name: "semantic/wisent/grammar"
;; End:
;;; semantic/wisent/grammar.el ends here

View file

@ -475,4 +475,8 @@ automaton has only one entry point."
(provide 'semantic/wisent/wisent)
;; Local variables:
;; generated-autoload-load-name: "semantic/wisent/wisent"
;; End:
;;; semantic/wisent/wisent.el ends here