diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-02-09 14:13:29 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2024-02-09 14:13:29 -0500 |
commit | 3c3702b9bbc79f63026606dc0f391da3d795226d (patch) | |
tree | b0ecc6754526a9273c841a2c5739fddc891c8605 /lisp/emacs-lisp/lisp-mode.el | |
parent | c4ec6d0472beac2a0cb4f5c8baec79e39dfc410b (diff) | |
download | emacs-3c3702b9bbc79f63026606dc0f391da3d795226d.tar.gz emacs-3c3702b9bbc79f63026606dc0f391da3d795226d.tar.bz2 emacs-3c3702b9bbc79f63026606dc0f391da3d795226d.zip |
* lisp/subr.el (with-output-to-temp-buffer): Add `indent` rule
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index ad0525e24be..3475d944337 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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) |