(with-syntax-table): Moved to subr.el.
This commit is contained in:
parent
7e8539cc68
commit
83c8f4616a
4 changed files with 49 additions and 43 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue