1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

* lisp/wid-edit.el: Previous change needs subr-x.

This commit is contained in:
Glenn Morris 2019-07-16 15:57:51 -07:00
parent 5aa6a15e20
commit 31f2663e56

View File

@ -56,6 +56,7 @@
;;; Code:
(require 'cl-lib)
(eval-when-compile (require 'subr-x)) ; when-let
;;; Compatibility.