emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master fc01cfc: Add "using" to cl-loop debug spec (Bug#247


From: Mark Oteiza
Subject: [Emacs-diffs] master fc01cfc: Add "using" to cl-loop debug spec (Bug#24750)
Date: Fri, 25 Nov 2016 19:17:39 +0000 (UTC)

branch: master
commit fc01cfc82db3878570373d31f80e486f9f33ecff
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    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.
---
 lisp/emacs-lisp/cl-macs.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el
index 2ebb824..210a208 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'.
                                "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]