diff lisp/emacs-lisp/lisp-mode.el @ 27300:baffb2de5ce9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 12 Jan 2000 03:08:29 +0000
parents 57098e9f96e8
children 6af9b684a1a0
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Wed Jan 12 03:07:10 2000 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Wed Jan 12 03:08:29 2000 +0000
@@ -722,6 +722,7 @@
 (put 'with-temp-file 'lisp-indent-function 1)
 (put 'with-temp-buffer 'lisp-indent-function 0)
 (put 'with-temp-message 'lisp-indent-function 1)
+(put 'with-syntax-table 'lisp-indent-function 1)
 (put 'let 'lisp-indent-function 1)
 (put 'let* 'lisp-indent-function 1)
 (put 'while 'lisp-indent-function 1)