emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108616: * macroexp.el (macroexp--com


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108616: * macroexp.el (macroexp--compiler-macro): Fix paren typo.
Date: Thu, 14 Jun 2012 23:20:42 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108616
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Thu 2012-06-14 23:20:42 -0400
message:
  * macroexp.el (macroexp--compiler-macro): Fix paren typo.
modified:
  lisp/emacs-lisp/macroexp.el
=== modified file 'lisp/emacs-lisp/macroexp.el'
--- a/lisp/emacs-lisp/macroexp.el       2012-06-15 03:18:14 +0000
+++ b/lisp/emacs-lisp/macroexp.el       2012-06-15 03:20:42 +0000
@@ -98,7 +98,7 @@
   (condition-case err
       (apply handler form (cdr form))
     (error (message "Compiler-macro error for %S: %S" (car form) err)
-           form))))
+           form)))
 
 (defun macroexp--expand-all (form)
   "Expand all macros in FORM.


reply via email to

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