1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 04:21:28 -08:00

lisp/cedet/semantic/db-mode.el (global-semanticdb-minor-mode): Autoload.

This commit is contained in:
Chong Yidong 2009-09-07 16:28:35 +00:00
parent 50dfa8e78b
commit d046becfc4

View file

@ -76,6 +76,7 @@ on or off."
(member (car (car semanticdb-hooks))
(symbol-value (car (cdr (car semanticdb-hooks))))))
;;;###autoload
(defun global-semanticdb-minor-mode (&optional arg)
"Toggle the use of `semanticdb-minor-mode'.
If ARG is positive, enable, if it is negative, disable.