1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

Indent `pprint-logical-block' properly.

This commit is contained in:
Gerd Moellmann 2000-02-25 15:46:24 +00:00
parent 7090859485
commit 7dd210174f

View file

@ -429,6 +429,7 @@ by `lisp-body-indent'."
(multiple-value-setq
(4 2))
(multiple-value-setf . multiple-value-setq)
(pprint-logical-block (4 2))
;; Combines the worst features of BLOCK, LET and TAGBODY
(prog (&lambda &rest lisp-indent-tagbody))
(prog* . prog)