emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111548: * lisp/progmodes/js.el: Twea


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111548: * lisp/progmodes/js.el: Tweak autoload cookie for alias.
Date: Sat, 19 Jan 2013 02:22:18 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111548
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Sat 2013-01-19 02:22:18 +0800
message:
  * lisp/progmodes/js.el: Tweak autoload cookie for alias.
modified:
  lisp/ChangeLog
  lisp/progmodes/js.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-01-17 19:12:40 +0000
+++ b/lisp/ChangeLog    2013-01-18 18:22:18 +0000
@@ -1,3 +1,7 @@
+2013-01-18  Leo Liu  <address@hidden>
+
+       * progmodes/js.el: Tweak autoload cookie for alias.
+
 2013-01-17  Michael Albinus  <address@hidden>
 
        * autorevert.el (auto-revert-notify-watch-descriptor): Make it

=== modified file 'lisp/progmodes/js.el'
--- a/lisp/progmodes/js.el      2013-01-11 23:24:52 +0000
+++ b/lisp/progmodes/js.el      2013-01-18 18:22:18 +0000
@@ -3405,8 +3405,7 @@
   ;; 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]