diff options
| -rw-r--r-- | lisp/cedet/semantic/edit.el | 1 |
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. |
| 130 | Argument START, END, and LENGTH specify the bounds of the change." | 131 | Argument START, END, and LENGTH specify the bounds of the change." |