1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

* lisp/subr.el (with-output-to-temp-buffer): Add indent rule

This commit is contained in:
Stefan Monnier 2024-02-09 14:13:29 -05:00
parent c4ec6d0472
commit 3c3702b9bb
2 changed files with 1 additions and 2 deletions

View file

@ -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)