[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 659199f: lisp/emacs-lisp/cl-indent.el: Fix indent of with-out
From: |
John Mastro |
Subject: |
Re: master 659199f: lisp/emacs-lisp/cl-indent.el: Fix indent of with-output-to-string |
Date: |
Fri, 26 Jun 2015 10:17:00 -0700 |
Oleh Krehel <address@hidden> wrote:
> I even checked the args of `with-output-to-string' for SBCL, just in
> case: they are &rest.
Hm, not sure why it showed you that, but it's not right.
CL-USER> (lisp-implementation-type)
"SBCL"
CL-USER> (describe 'with-output-to-string)
COMMON-LISP:WITH-OUTPUT-TO-STRING
[symbol]
WITH-OUTPUT-TO-STRING names a macro:
Lambda-list: ((VAR &OPTIONAL STRING &KEY (ELEMENT-TYPE ''CHARACTER))
&BODY FORMS-DECLS)
Source file: SYS:SRC;CODE;MACROS.LISP
--
john