Add "using" to cl-loop debug spec (Bug#24750)
* lisp/emacs-lisp/cl-macs.el (cl-loop): Add element to account for "using" hash table clause.
This commit is contained in:
parent
83bf70f81e
commit
fc01cfc82d
1 changed files with 1 additions and 0 deletions
|
@ -923,6 +923,7 @@ For more details, see Info node `(cl)Loop Facility'.
|
|||
"count" "maximize" "minimize" "if" "unless"
|
||||
"return"]
|
||||
form]
|
||||
["using" (symbolp symbolp)]
|
||||
;; Simple default, which covers 99% of the cases.
|
||||
symbolp form)))
|
||||
(if (not (memq t (mapcar #'symbolp
|
||||
|
|
Loading…
Add table
Reference in a new issue