Don't load help-screen at run time if compiled.

This commit is contained in:
Richard M. Stallman 1993-03-22 06:59:54 +00:00
parent 29944b73c7
commit 8aa3a18783

View file

@ -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.")