1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 22:41:06 -08:00

(with-syntax-table): Moved to subr.el.

This commit is contained in:
Richard M. Stallman 2000-01-12 03:08:29 +00:00
parent 7e8539cc68
commit 83c8f4616a
4 changed files with 49 additions and 43 deletions

View file

@ -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)