changeset 104467:fe04795ca590

lisp/cedet/semantic/decorate/include.el: Add local vars for autoloading. (semantic-decoration-include-visit) (semantic-decoration-unparsed-include-do-reset): Autoload.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 05 Sep 2009 23:39:31 +0000
parents 22e5fec9a17e
children 3e6235dcb480
files lisp/cedet/semantic/decorate/include.el
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cedet/semantic/decorate/include.el	Sat Sep 05 23:36:11 2009 +0000
+++ b/lisp/cedet/semantic/decorate/include.el	Sat Sep 05 23:39:31 2009 +0000
@@ -380,7 +380,7 @@
 	(princ (oref r file)))
       )))
 
-;;;;###autoload
+;;;###autoload
 (defun semantic-decoration-include-visit ()
   "Visit the included file at point."
   (interactive)
@@ -749,7 +749,7 @@
        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"
@@ -765,4 +765,10 @@
 
 (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