diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-09-13 16:18:01 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-09-13 16:18:01 +0000 |
commit | 5c5bbb19dc7bc92fef91a761ece153b5c1230f9b (patch) | |
tree | 8c1fc2053044c69de590373ff88290f88f885bc9 /lisp/cedet | |
parent | 00676d68f4ea876fd87a7cef6c1f0e8663a7f83d (diff) | |
download | emacs-5c5bbb19dc7bc92fef91a761ece153b5c1230f9b.tar.gz emacs-5c5bbb19dc7bc92fef91a761ece153b5c1230f9b.tar.bz2 emacs-5c5bbb19dc7bc92fef91a761ece153b5c1230f9b.zip |
* cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value):
Autoload.
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/semantic/tag-write.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/cedet/semantic/tag-write.el b/lisp/cedet/semantic/tag-write.el index 2f8367760c9..4bd060bba7e 100644 --- a/lisp/cedet/semantic/tag-write.el +++ b/lisp/cedet/semantic/tag-write.el @@ -158,6 +158,7 @@ Items that are long lists of tags may need their own line." (princ str))))) ) ;;; EIEIO USAGE +;;;###autoload (defun semantic-tag-write-list-slot-value (value) "Write out the VALUE of a slot for EIEIO. The VALUE is a list of tags." @@ -183,4 +184,11 @@ The VALUE is a list of tags." (provide 'semantic/tag-write) + +;; Local variables: +;; generated-autoload-file: "loaddefs.el" +;; generated-autoload-feature: semantic/loaddefs +;; generated-autoload-load-name: "semantic/tag-write" +;; End: + ;;; semantic/tag-write.el ends here |