diff options
| author | Richard M. Stallman <rms@gnu.org> | 2000-01-12 03:08:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2000-01-12 03:08:29 +0000 |
| commit | 83c8f4616a4a1ea7919351c34dd3d577fad1770f (patch) | |
| tree | 701a7bbbe71f185fc4ba95206a419a5f338cc29c /lisp/emacs-lisp/lisp-mode.el | |
| parent | 7e8539cc6857c26a02d6577ed5057d2a610e2fe1 (diff) | |
| download | emacs-83c8f4616a4a1ea7919351c34dd3d577fad1770f.tar.gz | |
(with-syntax-table): Moved to subr.el.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
| -rw-r--r-- | lisp/emacs-lisp/lisp-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index bfd94311f17..6135d100fbf 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -722,6 +722,7 @@ is the buffer position of the start of the containing expression." (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) |
