diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-08 22:38:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-08 22:38:37 +0000 |
commit | a8fb830635686f7547a14bca9dbe47e5e18afb1a (patch) | |
tree | 1c97d1a131654d686ea8d2e667d2655c01079113 /lisp/help.el | |
parent | 2d0f98444d8b82973a8b802c778dcc2722fd38bd (diff) | |
download | emacs-a8fb830635686f7547a14bca9dbe47e5e18afb1a.tar.gz |
Require help-macro, not help-screen.
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el index 1ac4f2c5a28..b832ffb6c75 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.") |