Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b67928e6
Commit
b67928e6
authored
Aug 21, 2015
by
Eli Zaretskii
Browse files
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs
parents
a55c75cc
9f31fb2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/progmodes/js.el
lisp/progmodes/js.el
+3
-2
No files found.
lisp/progmodes/js.el
View file @
b67928e6
...
...
@@ -3560,9 +3560,10 @@ If one hasn't been set, or if it's stale, prompt for a new one."
;; the buffer containing the problem, JIT-lock will apply the
;; correct syntax to the regular expression literal and the problem
;; will mysteriously disappear.
;; FIXME: We should
actually
do this fontification lazily by adding
;; FIXME: We should
instead
do this fontification lazily by adding
;; calls to syntax-propertize wherever it's really needed.
(
syntax-propertize
(
point-max
)))
;;(syntax-propertize (point-max))
)
;;;###autoload (defalias 'javascript-mode 'js-mode)
...
...
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