summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-09-05 23:39:31 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-09-05 23:39:31 +0000
commitd7576f17fe04f02053d55bad26c3ad81ced245e3 (patch)
tree8d5e26bb1747bf8c49900785a6ae70f58c6f34fb /lisp
parenta0690282d217d3ee9ba1f35278e6e07cc0c22ba7 (diff)
downloademacs-d7576f17fe04f02053d55bad26c3ad81ced245e3.tar.gz
emacs-d7576f17fe04f02053d55bad26c3ad81ced245e3.tar.bz2
emacs-d7576f17fe04f02053d55bad26c3ad81ced245e3.zip
lisp/cedet/semantic/decorate/include.el: Add local vars for autoloading.
(semantic-decoration-include-visit) (semantic-decoration-unparsed-include-do-reset): Autoload.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/cedet/semantic/decorate/include.el10
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/cedet/semantic/decorate/include.el b/lisp/cedet/semantic/decorate/include.el
index cf5c00c5a45..c641dc74e1d 100644
--- a/lisp/cedet/semantic/decorate/include.el
+++ b/lisp/cedet/semantic/decorate/include.el
@@ -380,7 +380,7 @@ its contents.
(princ (oref r file)))
)))
-;;;;###autoload
+;;;###autoload
(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)
)))
-;;;;###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 @@ If TABLE is not in a buffer, do nothing."
(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