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

(read-if): Add lisp-indent-function prop.

This commit is contained in:
Stefan Monnier 2001-11-30 10:17:56 +00:00
parent 852a8571e4
commit 0a88ae7b2a

View file

@ -929,6 +929,7 @@ This function also returns nil meaning don't specify the indentation."
(put 'let* 'lisp-indent-function 1)
(put 'while 'lisp-indent-function 1)
(put 'if 'lisp-indent-function 2)
(put 'read-if 'lisp-indent-function 2)
(put 'catch 'lisp-indent-function 1)
(put 'condition-case 'lisp-indent-function 2)
(put 'unwind-protect 'lisp-indent-function 1)