]> git.eshelyaron.com Git - emacs.git/commitdiff
* cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value):
authorChong Yidong <cyd@stupidchicken.com>
Sun, 13 Sep 2009 16:18:01 +0000 (16:18 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 13 Sep 2009 16:18:01 +0000 (16:18 +0000)
Autoload.

lisp/ChangeLog
lisp/cedet/semantic/tag-write.el

index a0a291a9a616f1158a0bf750acf9d18ec4451352..a86f1b7e7748686f07649826f2b89bbafcbc3c94 100644 (file)
@@ -2,6 +2,9 @@
 
        Synch to Eric Ludlam's upstream CEDET repository.
 
+       * cedet/semantic/tag-write.el (semantic-tag-write-list-slot-value):
+       Autoload.
+
        * cedet/semantic/analyze/fcn.el (semantic-analyze-dereference-metatype-1)
        (semantic-analyze-type): Require semantic/scope.
        (semantic-analyze-select-best-tag): Require semantic/db-typecache.
index 2f8367760c937fec8433f757ee1ae21f4d1e753d..4bd060bba7eed25e0d691dfce6b68aa259a78014 100644 (file)
@@ -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