diff options
| -rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 2ebb824e707..210a2083727 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el | |||
| @@ -923,6 +923,7 @@ For more details, see Info node `(cl)Loop Facility'. | |||
| 923 | "count" "maximize" "minimize" "if" "unless" | 923 | "count" "maximize" "minimize" "if" "unless" |
| 924 | "return"] | 924 | "return"] |
| 925 | form] | 925 | form] |
| 926 | ["using" (symbolp symbolp)] | ||
| 926 | ;; Simple default, which covers 99% of the cases. | 927 | ;; Simple default, which covers 99% of the cases. |
| 927 | symbolp form))) | 928 | symbolp form))) |
| 928 | (if (not (memq t (mapcar #'symbolp | 929 | (if (not (memq t (mapcar #'symbolp |