From e0119683e4094d1f0d5110710a8d58a9d9f7115c Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Thu, 3 Oct 1996 02:16:38 +0000 Subject: [PATCH] (with-temp-buffer): Add indentation property. --- lisp/emacs-lisp/lisp-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 424db7d7ddb..e3266c924d7 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -583,6 +583,7 @@ of the start of the containing expression." (put 'with-current-buffer 'lisp-indent-function 0) (put 'with-output-to-string 'lisp-indent-function 0) (put 'with-temp-file 'lisp-indent-function 1) +(put 'with-temp-buffer 'lisp-indent-function 0) (put 'let 'lisp-indent-function 1) (put 'let* 'lisp-indent-function 1) (put 'while 'lisp-indent-function 1) -- 2.39.2