Don't load help-screen at run time if compiled.
This commit is contained in:
parent
29944b73c7
commit
8aa3a18783
1 changed files with 3 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue