summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index fc0056233a3..68b3f641593 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -23,7 +23,9 @@
;;; Code:
-(require 'help-screen)
+;; Get the macro make-help-screen when this is compiled,
+;; or run interpreted, but not when the compiled code is loaded.
+(eval-when-compile (require 'help-screen))
(defvar help-map (make-sparse-keymap)
"Keymap for characters following the Help key.")