[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/async 8bb64e3 41/60: Require cl-lib.
From: |
Stefan Monnier |
Subject: |
[elpa] externals/async 8bb64e3 41/60: Require cl-lib. |
Date: |
Tue, 8 Oct 2019 10:11:34 -0400 (EDT) |
branch: externals/async
commit 8bb64e398897d1cc000fc295c5157b4ad1a7bd5b
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>
Require cl-lib.
---
async.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/async.el b/async.el
index 169d40d..3707ad0 100644
--- a/async.el
+++ b/async.el
@@ -31,6 +31,8 @@
;;; Code:
+(eval-when-compile (require 'cl-lib))
+
(defgroup async nil
"Simple asynchronous processing in Emacs"
:group 'emacs)
@@ -54,7 +56,7 @@
"Remove text properties in SEQUENCE.
Argument SEQUENCE may be a list or a string, if anything else it
-returned unmodified.
+is returned unmodified.
Note that this is a naive function that doesn't remove text properties
in SEQUENCE recursively, only at the first level which suffice in most
- [elpa] externals/async e22e612 11/60: Fix and clarify async-ready, async-get and async-wait (#71)., (continued)
- [elpa] externals/async e22e612 11/60: Fix and clarify async-ready, async-get and async-wait (#71)., Stefan Monnier, 2019/10/08
- [elpa] externals/async d395e92 25/60: Use only -q flag when needed, Stefan Monnier, 2019/10/08
- [elpa] externals/async 09a177c 21/60: Update README., Stefan Monnier, 2019/10/08
- [elpa] externals/async 953a614 26/60: Add mode line lighter for dired-async-mode, Stefan Monnier, 2019/10/08
- [elpa] externals/async 868d927 33/60: Add .gitignore, Stefan Monnier, 2019/10/08
- [elpa] externals/async 7fa23eb 44/60: Update dired-buffers when operation ends (#99), Stefan Monnier, 2019/10/08
- [elpa] externals/async efe6bda 45/60: Check if dired buffer is alive before reverting (#99), Stefan Monnier, 2019/10/08
- [elpa] externals/async c9bd058 48/60: DRY in async-inject-variables, Stefan Monnier, 2019/10/08
- [elpa] externals/async 5863eef 28/60: Copy the autoload file when installing, Stefan Monnier, 2019/10/08
- [elpa] externals/async dea9627 31/60: Merge pull request #87 from darkfeline/async, Stefan Monnier, 2019/10/08
- [elpa] externals/async 8bb64e3 41/60: Require cl-lib.,
Stefan Monnier <=
- [elpa] externals/async 7279cc6 38/60: Remove autoload file as well when uninstalling, Stefan Monnier, 2019/10/08
- [elpa] externals/async afe10c4 30/60: Add one-shot dired-async commands, Stefan Monnier, 2019/10/08
- [elpa] externals/async 4d3b737 52/60: Fix error from reverting to nonexistent directories, Stefan Monnier, 2019/10/08
- [elpa] externals/async 04e1a2c 43/60: Add async-byte-compile-file, Stefan Monnier, 2019/10/08
- [elpa] externals/async 66e6856 34/60: Merge pull request #92 from arichiardi/add-gitignore, Stefan Monnier, 2019/10/08
- [elpa] externals/async bd68cc1 58/60: Handle dotted lists as well, Stefan Monnier, 2019/10/08