diff options
| author | Sam Steingold | 2011-12-19 10:15:11 -0500 |
|---|---|---|
| committer | Sam Steingold | 2011-12-19 10:15:11 -0500 |
| commit | 9954ec0dae829e7141aa25e87e6b496e8dd9e48c (patch) | |
| tree | f20be06f057f65fe59b2714e806e772b7006033b | |
| parent | 59ff373bd6c85b758127536e45da259bb8f64d17 (diff) | |
| download | emacs-9954ec0dae829e7141aa25e87e6b496e8dd9e48c.tar.gz emacs-9954ec0dae829e7141aa25e87e6b496e8dd9e48c.zip | |
* lisp/cedet/semantic/edit.el (semantic-edits-incremental-parser):
Add the autoload cookie, necessary for JDEE.
| -rw-r--r-- | lisp/cedet/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/cedet/semantic/edit.el | 1 |
2 files changed, 6 insertions, 0 deletions
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 @@ | |||
| 1 | 2011-12-19 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * semantic/edit.el (semantic-edits-incremental-parser): Add the | ||
| 4 | autoload cookie, necessary for JDEE. | ||
| 5 | |||
| 1 | 2011-12-06 Juanma Barranquero <lekktu@gmail.com> | 6 | 2011-12-06 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * semantic/bovine/c.el (semantic-tag-abstract-p): Fix typo. | 8 | * 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." | |||
| 470 | (buffer-name (current-buffer)))) | 470 | (buffer-name (current-buffer)))) |
| 471 | (run-hooks 'semantic-edits-incremental-reparse-failed-hook)) | 471 | (run-hooks 'semantic-edits-incremental-reparse-failed-hook)) |
| 472 | 472 | ||
| 473 | ;;;###autoload | ||
| 473 | (defun semantic-edits-incremental-parser () | 474 | (defun semantic-edits-incremental-parser () |
| 474 | "Incrementally reparse the current buffer. | 475 | "Incrementally reparse the current buffer. |
| 475 | Incremental parser allows semantic to only reparse those sections of | 476 | Incremental parser allows semantic to only reparse those sections of |