lisp/cedet/semantic/db-mode.el (global-semanticdb-minor-mode): Autoload.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 7 Sep 2009 16:28:35 +0000 (16:28 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 7 Sep 2009 16:28:35 +0000 (16:28 +0000)
lisp/cedet/semantic/db-mode.el

index cc7feb7..e089961 100644 (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.