mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -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:
parent
3191b52fa8
commit
6b91f90309
10 changed files with 38 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
2013-05-11 Glenn Morris <rgm@gnu.org>
|
2013-05-11 Glenn Morris <rgm@gnu.org>
|
||||||
|
|
||||||
|
* 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 (for cus-load).
|
||||||
|
|
||||||
* ede/locate.el (cedet-cscope-version-check)
|
* ede/locate.el (cedet-cscope-version-check)
|
||||||
(cedet-cscope-support-for-directory):
|
(cedet-cscope-support-for-directory):
|
||||||
* semantic/grammar.el (semantic-grammar-wy--install-parser):
|
* semantic/grammar.el (semantic-grammar-wy--install-parser):
|
||||||
|
|
|
||||||
|
|
@ -1014,4 +1014,8 @@ per file or in .dir-locals.el or similar."
|
||||||
|
|
||||||
(provide 'ede/project-am)
|
(provide 'ede/project-am)
|
||||||
|
|
||||||
|
;; Local variables:
|
||||||
|
;; generated-autoload-load-name: "ede/project-am"
|
||||||
|
;; End:
|
||||||
|
|
||||||
;;; ede/project-am.el ends here
|
;;; ede/project-am.el ends here
|
||||||
|
|
|
||||||
|
|
@ -503,4 +503,8 @@ Menu items are appended to the common grammar menu.")
|
||||||
|
|
||||||
(provide 'semantic/bovine/grammar)
|
(provide 'semantic/bovine/grammar)
|
||||||
|
|
||||||
|
;; Local variables:
|
||||||
|
;; generated-autoload-load-name: "semantic/bovine/grammar"
|
||||||
|
;; End:
|
||||||
|
|
||||||
;;; semantic/bovine/grammar.el ends here
|
;;; semantic/bovine/grammar.el ends here
|
||||||
|
|
|
||||||
|
|
@ -660,4 +660,8 @@ Return a list of tags."
|
||||||
|
|
||||||
(provide 'semantic/db-ebrowse)
|
(provide 'semantic/db-ebrowse)
|
||||||
|
|
||||||
|
;; Local variables:
|
||||||
|
;; generated-autoload-load-name: "semantic/db-ebrowse"
|
||||||
|
;; End:
|
||||||
|
|
||||||
;;; semantic/db-ebrowse.el ends here
|
;;; semantic/db-ebrowse.el ends here
|
||||||
|
|
|
||||||
|
|
@ -1909,4 +1909,8 @@ Optional argument COLOR determines if color is added to the text."
|
||||||
|
|
||||||
(provide 'semantic/grammar)
|
(provide 'semantic/grammar)
|
||||||
|
|
||||||
|
;; Local variables:
|
||||||
|
;; generated-autoload-load-name: "semantic/grammar"
|
||||||
|
;; End:
|
||||||
|
|
||||||
;;; semantic/grammar.el ends here
|
;;; semantic/grammar.el ends here
|
||||||
|
|
|
||||||
|
|
@ -425,4 +425,8 @@ Returns the tag list, or t for an error."
|
||||||
|
|
||||||
(provide 'semantic/sb)
|
(provide 'semantic/sb)
|
||||||
|
|
||||||
|
;; Local variables:
|
||||||
|
;; generated-autoload-load-name: "semantic/sb"
|
||||||
|
;; End:
|
||||||
|
|
||||||
;;; semantic/sb.el ends here
|
;;; semantic/sb.el ends here
|
||||||
|
|
|
||||||
|
|
@ -3548,6 +3548,7 @@ See also `wisent-compile-grammar' for more details on AUTOMATON."
|
||||||
|
|
||||||
;; Local variables:
|
;; Local variables:
|
||||||
;; byte-compile-warnings: (not lexical)
|
;; byte-compile-warnings: (not lexical)
|
||||||
|
;; generated-autoload-load-name: "semantic/wisent/comp"
|
||||||
;; End:
|
;; End:
|
||||||
|
|
||||||
;;; semantic/wisent/comp.el ends here
|
;;; semantic/wisent/comp.el ends here
|
||||||
|
|
|
||||||
|
|
@ -523,4 +523,8 @@ Menu items are appended to the common grammar menu.")
|
||||||
|
|
||||||
(provide 'semantic/wisent/grammar)
|
(provide 'semantic/wisent/grammar)
|
||||||
|
|
||||||
|
;; Local variables:
|
||||||
|
;; generated-autoload-load-name: "semantic/wisent/grammar"
|
||||||
|
;; End:
|
||||||
|
|
||||||
;;; semantic/wisent/grammar.el ends here
|
;;; semantic/wisent/grammar.el ends here
|
||||||
|
|
|
||||||
|
|
@ -475,4 +475,8 @@ automaton has only one entry point."
|
||||||
|
|
||||||
(provide 'semantic/wisent/wisent)
|
(provide 'semantic/wisent/wisent)
|
||||||
|
|
||||||
|
;; Local variables:
|
||||||
|
;; generated-autoload-load-name: "semantic/wisent/wisent"
|
||||||
|
;; End:
|
||||||
|
|
||||||
;;; semantic/wisent/wisent.el ends here
|
;;; semantic/wisent/wisent.el ends here
|
||||||
|
|
|
||||||
|
|
@ -447,4 +447,8 @@ PRE-LEN is used in the after mode for the length of the changed text."
|
||||||
|
|
||||||
(provide 'srecode/fields)
|
(provide 'srecode/fields)
|
||||||
|
|
||||||
|
;; Local variables:
|
||||||
|
;; generated-autoload-load-name: "srecode/fields"
|
||||||
|
;; End:
|
||||||
|
|
||||||
;;; srecode/fields.el ends here
|
;;; srecode/fields.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue