emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r114950: * lisp/emacs-lisp/cl-indent.el (with-compil


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r114950: * lisp/emacs-lisp/cl-indent.el (with-compilation-unit): Add rule.
Date: Mon, 04 Nov 2013 19:51:07 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114950
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15782
author: Helmut Eller <address@hidden>
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2013-11-04 14:50:56 -0500
message:
  * lisp/emacs-lisp/cl-indent.el (with-compilation-unit): Add rule.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/emacs-lisp/cl-indent.el   clindent.el-20091113204419-o5vbwnq5f7feedwu-223
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-11-04 19:48:07 +0000
+++ b/lisp/ChangeLog    2013-11-04 19:50:56 +0000
@@ -1,3 +1,7 @@
+2013-11-04  Helmut Eller  <address@hidden>
+
+       * emacs-lisp/cl-indent.el (with-compilation-unit): Add rule (bug#15782).
+
 2013-11-04  Nathan Trapuzzano  <address@hidden>  (tiny change)
 
        * emacs-lisp/cconv.el (cconv-convert): Check form of let binding

=== modified file 'lisp/emacs-lisp/cl-indent.el'
--- a/lisp/emacs-lisp/cl-indent.el      2013-05-11 23:41:52 +0000
+++ b/lisp/emacs-lisp/cl-indent.el      2013-11-04 19:50:56 +0000
@@ -756,6 +756,7 @@
            (when 1)
            (with-accessors . multiple-value-bind)
            (with-condition-restarts . multiple-value-bind)
+          (with-compilation-unit (&lambda &body))
            (with-output-to-string (4 2))
            (with-slots . multiple-value-bind)
            (with-standard-io-syntax (2)))))


reply via email to

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