XEmacs 21.2.14.
[chise/xemacs-chise.git.1] / lisp / lisp-mode.el
index d193288..e5e97ec 100644 (file)
@@ -766,6 +766,7 @@ of the start of the containing expression."
 (put 'unwind-protect 'lisp-indent-function 1)
 (put 'save-current-buffer 'lisp-indent-function 0)
 (put 'with-current-buffer 'lisp-indent-function 1)
+(put 'with-string-as-buffer-contents 'lisp-indent-function 1)
 (put 'with-temp-file 'lisp-indent-function 1)
 (put 'with-temp-buffer 'lisp-indent-function 0)
 (put 'with-output-to-string 'lisp-indent-function 0)