1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-21 18:23:59 +00:00

Correct js-mode's lighter

* lisp/progmodes/js.el (js-mode): Correct the lighter.
This commit is contained in:
Bozhidar Batsov 2015-07-19 08:18:56 +03:00
parent f7ba648def
commit 83fbe89537

View File

@ -3497,7 +3497,7 @@ If one hasn't been set, or if it's stale, prompt for a new one."
;;; Main Function
;;;###autoload
(define-derived-mode js-mode prog-mode "Javascript"
(define-derived-mode js-mode prog-mode "JavaScript"
"Major mode for editing JavaScript."
:group 'js
(setq-local indent-line-function 'js-indent-line)