* lisp/subr.el (with-output-to-temp-buffer): Add indent
rule
This commit is contained in:
parent
c4ec6d0472
commit
3c3702b9bb
2 changed files with 1 additions and 2 deletions
|
@ -1347,7 +1347,6 @@ Lisp function does not specify a special indentation."
|
|||
(put 'condition-case 'lisp-indent-function 2)
|
||||
(put 'handler-case 'lisp-indent-function 1) ;CL
|
||||
(put 'unwind-protect 'lisp-indent-function 1)
|
||||
(put 'with-output-to-temp-buffer 'lisp-indent-function 1)
|
||||
(put 'closure 'lisp-indent-function 2)
|
||||
|
||||
(defun indent-sexp (&optional endpos)
|
||||
|
|
|
@ -5019,7 +5019,7 @@ read-only, and scans it for function and variable names to make them into
|
|||
clickable cross-references.
|
||||
|
||||
See the related form `with-temp-buffer-window'."
|
||||
(declare (debug t))
|
||||
(declare (debug t) (indent 1))
|
||||
(let ((old-dir (make-symbol "old-dir"))
|
||||
(buf (make-symbol "buf")))
|
||||
`(let* ((,old-dir default-directory)
|
||||
|
|
Loading…
Add table
Reference in a new issue