diff options
Diffstat (limited to 'lisp/cedet/semantic/wisent/javascript.el')
| -rw-r--r-- | lisp/cedet/semantic/wisent/javascript.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/cedet/semantic/wisent/javascript.el b/lisp/cedet/semantic/wisent/javascript.el index 8ea52d86194..c76fdffab1a 100644 --- a/lisp/cedet/semantic/wisent/javascript.el +++ b/lisp/cedet/semantic/wisent/javascript.el | |||
| @@ -75,6 +75,9 @@ This function overrides `get-local-variables'." | |||
| 75 | ;; | 75 | ;; |
| 76 | ;; This sets up the javascript parser | 76 | ;; This sets up the javascript parser |
| 77 | 77 | ||
| 78 | ;; In semantic-imenu.el, not part of Emacs. | ||
| 79 | (defvar semantic-imenu-summary-function) | ||
| 80 | |||
| 78 | ;;;###autoload | 81 | ;;;###autoload |
| 79 | (defun wisent-javascript-setup-parser () | 82 | (defun wisent-javascript-setup-parser () |
| 80 | "Setup buffer for parse." | 83 | "Setup buffer for parse." |