emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110108: * lisp/emacs-lisp/macroexp.e


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110108: * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
Date: Wed, 19 Sep 2012 23:29:41 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110108
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Wed 2012-09-19 23:29:41 -0400
message:
  * lisp/emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/macroexp.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-09-19 20:09:55 +0000
+++ b/lisp/ChangeLog    2012-09-20 03:29:41 +0000
@@ -1,3 +1,7 @@
+2012-09-20  Stefan Monnier  <address@hidden>
+
+       * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
+
 2012-09-19  Juri Linkov  <address@hidden>
 
        * dired-aux.el (dired-diff): Add (require 'diff) because

=== modified file 'lisp/emacs-lisp/macroexp.el'
--- a/lisp/emacs-lisp/macroexp.el       2012-09-19 19:59:52 +0000
+++ b/lisp/emacs-lisp/macroexp.el       2012-09-20 03:29:41 +0000
@@ -149,7 +149,7 @@
                      (symbolp (car form))
                      (get (car form) 'byte-obsolete-info))
                 (macroexp--funcall-and-return
-                 (lambda () (byte-compile-warn-obsolete ',(car form)))
+                 (lambda () (byte-compile-warn-obsolete (car form)))
                  #'ignore      ;FIXME: We should `message' something.
                  new-form)
               new-form)))


reply via email to

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