]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/js.el: Tweak autoload cookie for alias.
authorLeo Liu <sdl.web@gmail.com>
Fri, 18 Jan 2013 18:22:18 +0000 (02:22 +0800)
committerLeo Liu <sdl.web@gmail.com>
Fri, 18 Jan 2013 18:22:18 +0000 (02:22 +0800)
lisp/ChangeLog
lisp/progmodes/js.el

index c2a58265ffd2f15a42c3c4c3b44d3da3f65e89ee..0905c20381ab4fdbb68836bc0c3dd88b7ef84c34 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-18  Leo Liu  <sdl.web@gmail.com>
+
+       * progmodes/js.el: Tweak autoload cookie for alias.
+
 2013-01-17  Michael Albinus  <michael.albinus@gmx.de>
 
        * autorevert.el (auto-revert-notify-watch-descriptor): Make it
index 96e6039a8c263a1ee35b8690c3013692f48d45e5..5f76cb4bbc50c4cff0d0a3e5e03df03d7173b9dc 100644 (file)
@@ -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)