lisp/cedet/semantic/symref.el: Revert last change.
lisp/cedet/semantic/symref/cscope.el: lisp/cedet/semantic/symref/global.el: lisp/cedet/semantic/symref/grep.el: lisp/cedet/semantic/symref/idutils.el: Add local vars for autoloading. Autoload tool classes.
This commit is contained in:
parent
dac49f4ee9
commit
2182c2cca5
5 changed files with 28 additions and 42 deletions
|
@ -31,6 +31,7 @@
|
|||
(declare-function ede-project-root-directory "ede/files")
|
||||
|
||||
;;; Code:
|
||||
;;;###autoload
|
||||
(defclass semantic-symref-tool-cscope (semantic-symref-tool-baseclass)
|
||||
(
|
||||
)
|
||||
|
@ -85,4 +86,10 @@ Moves cursor to end of the match."
|
|||
|
||||
(provide 'semantic/symref/cscope)
|
||||
|
||||
;; Local variables:
|
||||
;; generated-autoload-file: "../loaddefs.el"
|
||||
;; generated-autoload-feature: semantic/loaddefs
|
||||
;; generated-autoload-load-name: "semantic/symref/cscope"
|
||||
;; End:
|
||||
|
||||
;;; semantic/symref/cscope.el ends here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue