projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59aec83
)
lisp/cedet/semantic/edit.el (semantic-change-function): Autoload.
author
Chong Yidong
<cyd@stupidchicken.com>
Mon, 7 Sep 2009 01:34:14 +0000
(
01:34
+0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Mon, 7 Sep 2009 01:34:14 +0000
(
01:34
+0000)
lisp/cedet/semantic/edit.el
patch
|
blob
|
history
diff --git
a/lisp/cedet/semantic/edit.el
b/lisp/cedet/semantic/edit.el
index e53198aa7ab4fa8a5ef49f4f1d7a5554f955b940..5ec623bba31f545141b55740e4c1e3b1ac235cfb 100644
(file)
--- 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."