Mercurial > emacs
changeset 104472:552b3b560245
lisp/cedet/semantic/edit.el (semantic-change-function): Autoload.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 07 Sep 2009 01:34:14 +0000 |
parents | 64ff46db1dda |
children | 69e6bd939d5a |
files | lisp/cedet/semantic/edit.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cedet/semantic/edit.el Mon Sep 07 01:31:06 2009 +0000 +++ b/lisp/cedet/semantic/edit.el Mon Sep 07 01:34:14 2009 +0000 @@ -125,6 +125,7 @@ ;; ;; 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."