From: Chong Yidong Date: Mon, 7 Sep 2009 01:34:14 +0000 (+0000) Subject: lisp/cedet/semantic/edit.el (semantic-change-function): Autoload. X-Git-Tag: emacs-pretest-23.1.90~1091^2~49 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b6748966837181df5602f1f8e542e90ec207ad5;p=emacs.git lisp/cedet/semantic/edit.el (semantic-change-function): Autoload. --- diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el index e53198aa7ab..5ec623bba31 100644 --- a/lisp/cedet/semantic/edit.el +++ b/lisp/cedet/semantic/edit.el @@ -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."