mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/progmodes/js.el: Tweak autoload cookie for alias.
This commit is contained in:
parent
e07469fa51
commit
b117094709
2 changed files with 5 additions and 2 deletions
|
|
@ -3405,8 +3405,7 @@ If one hasn't been set, or if it's stale, prompt for a new one."
|
|||
;; calls to syntax-propertize wherever it's really needed.
|
||||
(syntax-propertize (point-max)))
|
||||
|
||||
;;;###autoload
|
||||
(defalias 'javascript-mode 'js-mode)
|
||||
;;;###autoload (defalias 'javascript-mode 'js-mode)
|
||||
|
||||
(eval-after-load 'folding
|
||||
'(when (fboundp 'folding-add-to-marks-list)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue