From: Stefan Monnier Date: Sun, 22 Sep 2019 16:54:48 +0000 (-0400) Subject: * lisp/help-fns.el: Fix missing dependency X-Git-Tag: emacs-27.0.90~1493 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dddff96a585531608d5e8d27375a6363679a9fb5;p=emacs.git * lisp/help-fns.el: Fix missing dependency --- 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'.