From dddff96a585531608d5e8d27375a6363679a9fb5 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 22 Sep 2019 12:54:48 -0400 Subject: * lisp/help-fns.el: Fix missing dependency --- lisp/help-fns.el | 1 + 1 file changed, 1 insertion(+) 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'. -- cgit v1.2.1