emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106702: * lisp/cedet/semantic/edit.e


From: Sam Steingold
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106702: * lisp/cedet/semantic/edit.el (semantic-edits-incremental-parser):
Date: Mon, 19 Dec 2011 10:15:11 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106702
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Mon 2011-12-19 10:15:11 -0500
message:
  * lisp/cedet/semantic/edit.el (semantic-edits-incremental-parser):
  Add the autoload cookie, necessary for JDEE.
modified:
  lisp/cedet/ChangeLog
  lisp/cedet/semantic/edit.el
=== modified file 'lisp/cedet/ChangeLog'
--- a/lisp/cedet/ChangeLog      2011-12-06 01:30:54 +0000
+++ b/lisp/cedet/ChangeLog      2011-12-19 15:15:11 +0000
@@ -1,3 +1,8 @@
+2011-12-19  Sam Steingold  <address@hidden>
+
+       * semantic/edit.el (semantic-edits-incremental-parser): Add the
+       autoload cookie, necessary for JDEE.
+
 2011-12-06  Juanma Barranquero  <address@hidden>
 
        * semantic/bovine/c.el (semantic-tag-abstract-p): Fix typo.

=== modified file 'lisp/cedet/semantic/edit.el'
--- a/lisp/cedet/semantic/edit.el       2011-12-04 08:02:42 +0000
+++ b/lisp/cedet/semantic/edit.el       2011-12-19 15:15:11 +0000
@@ -470,6 +470,7 @@
             (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]