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:
parent
50dfa8e78b
commit
d046becfc4
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue