projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ba648
)
Correct js-mode's lighter
author
Bozhidar Batsov
<bozhidar@batsov.com>
Sun, 19 Jul 2015 05:18:56 +0000
(08:18 +0300)
committer
Bozhidar Batsov
<bozhidar@batsov.com>
Sun, 19 Jul 2015 05:18:56 +0000
(08:18 +0300)
* lisp/progmodes/js.el (js-mode): Correct the lighter.
lisp/progmodes/js.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/js.el
b/lisp/progmodes/js.el
index c49f25b4b2db85d0de205bfd4ebc523c13f7eff7..40a4a1080b5488f6109eb6755131b31848885970 100644
(file)
--- 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."
;;; Main Function
;;;###autoload
-(define-derived-mode js-mode prog-mode "Java
s
cript"
+(define-derived-mode js-mode prog-mode "Java
S
cript"
"Major mode for editing JavaScript."
:group 'js
(setq-local indent-line-function 'js-indent-line)