From: Leo Liu Date: Fri, 18 Jan 2013 18:22:18 +0000 (+0800) Subject: * lisp/progmodes/js.el: Tweak autoload cookie for alias. X-Git-Tag: emacs-24.3.90~173^2~7^2~274 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b117094709e34befa5a9486584f870d3e84d8f38;p=emacs.git * lisp/progmodes/js.el: Tweak autoload cookie for alias. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2a58265ffd..0905c20381a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-01-18 Leo Liu + + * progmodes/js.el: Tweak autoload cookie for alias. + 2013-01-17 Michael Albinus * autorevert.el (auto-revert-notify-watch-descriptor): Make it diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el index 96e6039a8c2..5f76cb4bbc5 100644 --- a/lisp/progmodes/js.el +++ b/lisp/progmodes/js.el @@ -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)