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:
parent
306e7308ba
commit
ef9dd188af
2 changed files with 5 additions and 0 deletions
|
|
@ -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)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue