Mercurial > emacs
changeset 2697:05ff97695d32
Require help-macro, not help-screen.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 08 May 1993 22:38:37 +0000 |
parents | 479c78c63f89 |
children | 6940c6b5d988 |
files | lisp/help.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help.el Sat May 08 22:38:25 1993 +0000 +++ b/lisp/help.el Sat May 08 22:38:37 1993 +0000 @@ -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.")