projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5aa6a15
)
* lisp/wid-edit.el: Previous change needs subr-x.
author
Glenn Morris
<rgm@gnu.org>
Tue, 16 Jul 2019 22:57:51 +0000
(15:57 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 16 Jul 2019 22:57:51 +0000
(15:57 -0700)
lisp/wid-edit.el
patch
|
blob
|
history
diff --git
a/lisp/wid-edit.el
b/lisp/wid-edit.el
index 5dee898991b8330be88f5bf739df5f26428b8de9..b96f6aabf96c9174b8a5d4d6739b62e8fdc2b379 100644
(file)
--- a/
lisp/wid-edit.el
+++ b/
lisp/wid-edit.el
@@
-56,6
+56,7
@@
;;; Code:
(require 'cl-lib)
+(eval-when-compile (require 'subr-x)) ; when-let
;;; Compatibility.