summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2019-09-22 12:54:48 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2019-09-22 12:54:48 -0400
commitdddff96a585531608d5e8d27375a6363679a9fb5 (patch)
treee31bb4f58636b2269e56ccffbb241d1c5f988733
parent902e9297aaf05520e571e91fd801ccced0424651 (diff)
downloademacs-dddff96a585531608d5e8d27375a6363679a9fb5.tar.gz
* lisp/help-fns.el: Fix missing dependency
-rw-r--r--lisp/help-fns.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help-fns.el b/lisp/help-fns.el
index 3c0a72e2634..d6b4e763bbc 100644
--- a/lisp/help-fns.el
+++ b/lisp/help-fns.el
@@ -35,6 +35,7 @@
(require 'cl-lib)
(require 'help-mode)
(require 'radix-tree)
+(eval-when-compile (require 'subr-x)) ;For when-let.
(defvar help-fns-describe-function-functions nil
"List of functions to run in help buffer in `describe-function'.