diff options
| author | Bozhidar Batsov | 2015-07-19 08:18:56 +0300 |
|---|---|---|
| committer | Bozhidar Batsov | 2015-07-19 08:18:56 +0300 |
| commit | 83fbe89537889219aebe1a36df73ca70e30948af (patch) | |
| tree | d684705f31aba01c98773da27f1c4e26d47f699f | |
| parent | f7ba648def727053a2da7d71150a0ee991ec4f9e (diff) | |
| download | emacs-83fbe89537889219aebe1a36df73ca70e30948af.tar.gz emacs-83fbe89537889219aebe1a36df73ca70e30948af.zip | |
Correct js-mode's lighter
* lisp/progmodes/js.el (js-mode): Correct the lighter.
| -rw-r--r-- | lisp/progmodes/js.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index c49f25b4b2d..40a4a1080b5 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el | |||
| @@ -3497,7 +3497,7 @@ If one hasn't been set, or if it's stale, prompt for a new one." | |||
| 3497 | ;;; Main Function | 3497 | ;;; Main Function |
| 3498 | 3498 | ||
| 3499 | ;;;###autoload | 3499 | ;;;###autoload |
| 3500 | (define-derived-mode js-mode prog-mode "Javascript" | 3500 | (define-derived-mode js-mode prog-mode "JavaScript" |
| 3501 | "Major mode for editing JavaScript." | 3501 | "Major mode for editing JavaScript." |
| 3502 | :group 'js | 3502 | :group 'js |
| 3503 | (setq-local indent-line-function 'js-indent-line) | 3503 | (setq-local indent-line-function 'js-indent-line) |