emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 659199f: lisp/emacs-lisp/cl-indent.el: Fix indent o


From: Oleh Krehel
Subject: [Emacs-diffs] master 659199f: lisp/emacs-lisp/cl-indent.el: Fix indent of with-output-to-string
Date: Thu, 25 Jun 2015 11:25:50 +0000

branch: master
commit 659199f2ca5f283fb246faa78a244e5ca25f53dd
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    lisp/emacs-lisp/cl-indent.el: Fix indent of with-output-to-string
    
    * lisp/emacs-lisp/cl-indent.el (common-lisp-indent-function):
      `with-output-to-string' should have the same indent as `progn'.
      This is in line with the declaration of `with-output-to-string'.
---
 lisp/emacs-lisp/cl-indent.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el
index 57da715..9314419 100644
--- a/lisp/emacs-lisp/cl-indent.el
+++ b/lisp/emacs-lisp/cl-indent.el
@@ -827,7 +827,7 @@ 
optional\\|rest\\|key\\|allow-other-keys\\|aux\\|whole\\|body\\|environment\
            (with-accessors . multiple-value-bind)
            (with-condition-restarts . multiple-value-bind)
           (with-compilation-unit (&lambda &body))
-           (with-output-to-string (4 2))
+           (with-output-to-string 0)
            (with-slots . multiple-value-bind)
            (with-standard-io-syntax (2)))))
   (dolist (el l)



reply via email to

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