diff options
| -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 @@ | |||
| 1 | ;;; help.el --- help commands for Emacs | 1 | ;;; help.el --- help commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: help, internal | 6 | ;; Keywords: help, internal |
| @@ -30,7 +30,7 @@ | |||
| 30 | 30 | ||
| 31 | ;; Get the macro make-help-screen when this is compiled, | 31 | ;; Get the macro make-help-screen when this is compiled, |
| 32 | ;; or run interpreted, but not when the compiled code is loaded. | 32 | ;; or run interpreted, but not when the compiled code is loaded. |
| 33 | (eval-when-compile (require 'help-screen)) | 33 | (eval-when-compile (require 'help-macro)) |
| 34 | 34 | ||
| 35 | (defvar help-map (make-sparse-keymap) | 35 | (defvar help-map (make-sparse-keymap) |
| 36 | "Keymap for characters following the Help key.") | 36 | "Keymap for characters following the Help key.") |