From: Sam Steingold Date: Mon, 19 Dec 2011 15:15:11 +0000 (-0500) Subject: * lisp/cedet/semantic/edit.el (semantic-edits-incremental-parser): X-Git-Tag: emacs-pretest-24.0.93~143 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9954ec0dae829e7141aa25e87e6b496e8dd9e48c;p=emacs.git * lisp/cedet/semantic/edit.el (semantic-edits-incremental-parser): Add the autoload cookie, necessary for JDEE. --- diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog index ccc81e6613e..0e46ba73e6e 100644 --- a/lisp/cedet/ChangeLog +++ b/lisp/cedet/ChangeLog @@ -1,3 +1,8 @@ +2011-12-19 Sam Steingold + + * semantic/edit.el (semantic-edits-incremental-parser): Add the + autoload cookie, necessary for JDEE. + 2011-12-06 Juanma Barranquero * semantic/bovine/c.el (semantic-tag-abstract-p): Fix typo. diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el index 3fbcf6d932f..d33454eb56b 100644 --- a/lisp/cedet/semantic/edit.el +++ b/lisp/cedet/semantic/edit.el @@ -470,6 +470,7 @@ a 'semantic-parse-changes-failed exception with value t." (buffer-name (current-buffer)))) (run-hooks 'semantic-edits-incremental-reparse-failed-hook)) +;;;###autoload (defun semantic-edits-incremental-parser () "Incrementally reparse the current buffer. Incremental parser allows semantic to only reparse those sections of