emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 1546c6f: Fix indentation for with-output-to-string


From: Leo Liu
Subject: [Emacs-diffs] master 1546c6f: Fix indentation for with-output-to-string
Date: Fri, 26 Jun 2015 10:04:13 +0000

branch: master
commit 1546c6f2b399de3dccd65bd5bdbcf1c2b7d32b04
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    Fix indentation for with-output-to-string
    
    * lisp/emacs-lisp/cl-indent.el: Fix indentation for
      `with-output-to-string' in elisp.
    
      Revert "lisp/emacs-lisp/cl-indent.el: Fix indent of with-output-to-string"
      This reverts commit 659199f2ca5f283fb246faa78a244e5ca25f53dd.
---
 lisp/emacs-lisp/cl-indent.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el
index 9314419..5134e50 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 0)
+           (with-output-to-string (4 2))
            (with-slots . multiple-value-bind)
            (with-standard-io-syntax (2)))))
   (dolist (el l)
@@ -839,6 +839,7 @@ 
optional\\|rest\\|key\\|allow-other-keys\\|aux\\|whole\\|body\\|environment\
 ;; In elisp, the else part of `if' is in an implicit progn, so indent
 ;; it more.
 (put 'if 'common-lisp-indent-function-for-elisp 2)
+(put 'with-output-to-string 'common-lisp-indent-function-for-elisp 0)
 
 
 ;(defun foo (x)



reply via email to

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