1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 00:00:39 -08:00

* lisp/emacs-lisp/cl-indent.el (with-compilation-unit): Add rule.

Fixes: debbugs:15782
This commit is contained in:
Helmut Eller 2013-11-04 14:50:56 -05:00 committed by Stefan Monnier
parent 306e7308ba
commit ef9dd188af
2 changed files with 5 additions and 0 deletions

View file

@ -756,6 +756,7 @@ optional\\|rest\\|key\\|allow-other-keys\\|aux\\|whole\\|body\\|environment\
(when 1)
(with-accessors . multiple-value-bind)
(with-condition-restarts . multiple-value-bind)
(with-compilation-unit (&lambda &body))
(with-output-to-string (4 2))
(with-slots . multiple-value-bind)
(with-standard-io-syntax (2)))))