diff lisp/lisp-mode.el @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 851ff35f137f
children 6240c7796c7a
line wrap: on
line diff
--- a/lisp/lisp-mode.el	Mon Aug 13 11:01:58 2007 +0200
+++ b/lisp/lisp-mode.el	Mon Aug 13 11:03:08 2007 +0200
@@ -766,7 +766,6 @@
 (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)