Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b1fe9304
Commit
b1fe9304
authored
May 08, 1993
by
Richard M. Stallman
Browse files
Require help-macro, not help-screen.
parent
dd6a74ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/help.el
lisp/help.el
+2
-2
No files found.
lisp/help.el
View file @
b1fe9304
;;; 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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment