]> git.eshelyaron.com Git - emacs.git/commit
lisp/emacs-lisp/cl-indent.el: Fix indent of with-output-to-string
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 25 Jun 2015 11:14:29 +0000 (13:14 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Thu, 25 Jun 2015 11:17:30 +0000 (13:17 +0200)
commit659199f2ca5f283fb246faa78a244e5ca25f53dd
tree6af3e95b6741070db7ecc7ed3f22c6cea72b6545
parent319eeeb0fb154a0cd1d36ec33c68029ff9d6c290
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