aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-05-08 22:38:37 +0000
committerRichard M. Stallman <[email protected]>1993-05-08 22:38:37 +0000
commitb1fe93044958d59828f768c7a8bc97be10cc3d16 (patch)
treeb6ee0b333c904a8bf9769fddec40bc3176982d01 /lisp/help.el
parentdd6a74ce66e05887fcf2a07303c21dc43367f17e (diff)
Require help-macro, not help-screen.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 1ac4f2c5a2..b832ffb6c7 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -1,6 +1,6 @@
;;; help.el --- help commands for Emacs
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
;; Maintainer: FSF
;; Keywords: help, internal
@@ -30,7 +30,7 @@
;; 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))
+(eval-when-compile (require 'help-macro))
(defvar help-map (make-sparse-keymap)
"Keymap for characters following the Help key.")