]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/cl-macs.el (cl-loop): Add missing 'when' to spec
authorPhilipp Stephani <phst@google.com>
Sat, 22 May 2021 11:17:00 +0000 (13:17 +0200)
committerPhilipp Stephani <phst@google.com>
Sat, 22 May 2021 11:17:00 +0000 (13:17 +0200)
lisp/emacs-lisp/cl-macs.el

index 283c5e4a74ed2aae8e4d7300bb02bf225b15fc79..a59d42e673c4718ef39d671e625b7c0c2188baab 100644 (file)
@@ -941,7 +941,8 @@ For more details, see Info node `(cl)Loop Facility'.
                                "above" "below" "by" "in" "on" "=" "across"
                                "repeat" "while" "until" "always" "never"
                                "thereis" "collect" "append" "nconc" "sum"
-                               "count" "maximize" "minimize" "if" "unless"
+                               "count" "maximize" "minimize"
+                               "if" "when" "unless"
                                "return"]
                           form]
                          ["using" (symbolp symbolp)]