[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 4aca2fd: * lisp/emacs-lisp/pcase.el (pcase-dolist):
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] master 4aca2fd: * lisp/emacs-lisp/pcase.el (pcase-dolist): Autoload as well. |
Date: |
Mon, 13 Apr 2015 18:47:27 +0000 |
branch: master
commit 4aca2fdfda69c1b8ea9df13189c198812e0728bf
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>
* lisp/emacs-lisp/pcase.el (pcase-dolist): Autoload as well.
---
lisp/emacs-lisp/pcase.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el
index 4960303..978c3f0 100644
--- a/lisp/emacs-lisp/pcase.el
+++ b/lisp/emacs-lisp/pcase.el
@@ -263,6 +263,7 @@ of the form (UPAT EXP)."
(push (list (car binding) tmpvar) matches)))))
`(let ,(nreverse bindings) (pcase-let* ,matches ,@body)))))
+;;;###autoload
(defmacro pcase-dolist (spec &rest body)
(declare (indent 1) (debug ((pcase-UPAT form) body)))
(if (pcase--trivial-upat-p (car spec))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 4aca2fd: * lisp/emacs-lisp/pcase.el (pcase-dolist): Autoload as well.,
Stefan Monnier <=