From 4b6748966837181df5602f1f8e542e90ec207ad5 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 7 Sep 2009 01:34:14 +0000 Subject: [PATCH] lisp/cedet/semantic/edit.el (semantic-change-function): Autoload. --- lisp/cedet/semantic/edit.el | 1 + 1 file changed, 1 insertion(+) 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." -- 2.39.5