summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2000-01-12 03:08:29 +0000
committerRichard M. Stallman <rms@gnu.org>2000-01-12 03:08:29 +0000
commit83c8f4616a4a1ea7919351c34dd3d577fad1770f (patch)
tree701a7bbbe71f185fc4ba95206a419a5f338cc29c /lisp/emacs-lisp
parent7e8539cc6857c26a02d6577ed5057d2a610e2fe1 (diff)
downloademacs-83c8f4616a4a1ea7919351c34dd3d577fad1770f.tar.gz
emacs-83c8f4616a4a1ea7919351c34dd3d577fad1770f.tar.bz2
emacs-83c8f4616a4a1ea7919351c34dd3d577fad1770f.zip
(with-syntax-table): Moved to subr.el.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/lisp-mode.el1
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)