summaryrefslogtreecommitdiff
path: root/lisp/progmodes/js.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2010-01-11 11:18:06 -0500
committerChong Yidong <cyd@stupidchicken.com>2010-01-11 11:18:06 -0500
commit92b1c41682b7bc139fddb19acc7824ecf779fea5 (patch)
tree7bc78bf99b740971df44b625494beaddcd3b3d7b /lisp/progmodes/js.el
parent4454adabedc7c66987d169835991e8233ee16af7 (diff)
downloademacs-92b1c41682b7bc139fddb19acc7824ecf779fea5.tar.gz
* progmodes/js.el: Autoload javascript-mode alias.
Diffstat (limited to 'lisp/progmodes/js.el')
-rw-r--r--lisp/progmodes/js.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
index cba315ac2d4..f26433cc66e 100644
--- a/lisp/progmodes/js.el
+++ b/lisp/progmodes/js.el
@@ -3320,6 +3320,7 @@ Key bindings:
(let (font-lock-keywords) ; leaves syntactic keywords intact
(font-lock-fontify-buffer)))
+;;;###autoload
(defalias 'javascript-mode 'js-mode)
(eval-after-load 'folding