Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
83fbe895
Commit
83fbe895
authored
Jul 19, 2015
by
Bozhidar Batsov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct js-mode's lighter
* lisp/progmodes/js.el (js-mode): Correct the lighter.
parent
f7ba648d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/progmodes/js.el
lisp/progmodes/js.el
+1
-1
No files found.
lisp/progmodes/js.el
View file @
83fbe895
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment