]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/cedet/semantic/edit.el (semantic-change-function): Autoload.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 7 Sep 2009 01:34:14 +0000 (01:34 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 7 Sep 2009 01:34:14 +0000 (01:34 +0000)
lisp/cedet/semantic/edit.el

index e53198aa7ab4fa8a5ef49f4f1d7a5554f955b940..5ec623bba31f545141b55740e4c1e3b1ac235cfb 100644 (file)
@@ -125,6 +125,7 @@ If nil, errors are still displayed, but informative messages are not."
 ;;
 ;; Manage a series of overlays that define changes recently
 ;; made to the current buffer.
+;;;###autoload
 (defun semantic-change-function (start end length)
   "Provide a mechanism for semantic tag management.
 Argument START, END, and LENGTH specify the bounds of the change."