]> code.delx.au - gnu-emacs/commitdiff
lisp/cedet/semantic/decorate/include.el: Add local vars for autoloading.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 5 Sep 2009 23:39:31 +0000 (23:39 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 5 Sep 2009 23:39:31 +0000 (23:39 +0000)
(semantic-decoration-include-visit)
(semantic-decoration-unparsed-include-do-reset): Autoload.

lisp/cedet/semantic/decorate/include.el

index cf5c00c5a450f195fd1a5c1b9530199e78663b0c..c641dc74e1de38a1845108839cfcae9b06c7a840 100644 (file)
@@ -380,7 +380,7 @@ its contents.
        (princ (oref r file)))
       )))
 
        (princ (oref r file)))
       )))
 
-;;;;###autoload
+;;;###autoload
 (defun semantic-decoration-include-visit ()
   "Visit the included file at point."
   (interactive)
 (defun semantic-decoration-include-visit ()
   "Visit the included file at point."
   (interactive)
@@ -749,7 +749,7 @@ If TABLE is not in a buffer, do nothing."
        buf)
       )))
 
        buf)
       )))
 
-;;;;###autoload
+;;;###autoload
 (defun semantic-decoration-unparsed-include-do-reset ()
   "Do a reset of unparsed includes in the current buffer."
   (let* ((style (assoc "semantic-decoration-on-includes"
 (defun semantic-decoration-unparsed-include-do-reset ()
   "Do a reset of unparsed includes in the current buffer."
   (let* ((style (assoc "semantic-decoration-on-includes"
@@ -765,4 +765,10 @@ If TABLE is not in a buffer, do nothing."
 
 (provide 'semantic/decorate/include)
 
 
 (provide 'semantic/decorate/include)
 
+;; Local variables:
+;; generated-autoload-file: "../loaddefs.el"
+;; generated-autoload-feature: semantic/loaddefs
+;; generated-autoload-load-name: "semantic/decorate/include"
+;; End:
+
 ;;; semantic/decorate/include.el ends here
 ;;; semantic/decorate/include.el ends here