aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-09-07 01:34:14 +0000
committerChong Yidong2009-09-07 01:34:14 +0000
commit4b6748966837181df5602f1f8e542e90ec207ad5 (patch)
treefe8b51c5927261fe215854ad0dc671ee166f6b2e
parent59aec83e8f0860e857ad00de8f780f83ce2d05a1 (diff)
downloademacs-4b6748966837181df5602f1f8e542e90ec207ad5.tar.gz
emacs-4b6748966837181df5602f1f8e542e90ec207ad5.zip
lisp/cedet/semantic/edit.el (semantic-change-function): Autoload.
-rw-r--r--lisp/cedet/semantic/edit.el1
1 files changed, 1 insertions, 0 deletions
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."
125;; 125;;
126;; Manage a series of overlays that define changes recently 126;; Manage a series of overlays that define changes recently
127;; made to the current buffer. 127;; made to the current buffer.
128;;;###autoload
128(defun semantic-change-function (start end length) 129(defun semantic-change-function (start end length)
129 "Provide a mechanism for semantic tag management. 130 "Provide a mechanism for semantic tag management.
130Argument START, END, and LENGTH specify the bounds of the change." 131Argument START, END, and LENGTH specify the bounds of the change."