1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

Fix previous change.

This commit is contained in:
Richard M. Stallman 2002-01-14 01:36:56 +00:00
parent 4f16ea852d
commit ad394bee47
2 changed files with 12 additions and 8 deletions

View File

@ -1,5 +1,17 @@
2002-01-13 Richard M. Stallman <rms@gnu.org>
* international/mule-cmds.el: help-map bindings moved to help.el.
* help.el (view-echo-area-messages): New function.
(help-map): Add `e' binding. Delete obsolete `d' binding.
Change old Info bindings C-f, C-k and C-i to F, K, S.
Move view-emacs-FAQ from F to C-f.
Move view-emacs-problems from P to C-e.
Bindings moved here from mule-cmds.el.
C-l binding for describe-language-environment deleted.
Bind C-h like h, to view-hello-file.
(help-for-help): Update for all these changes.
* emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
2002-01-13 Dave Love <fx@gnu.org>

View File

@ -225,14 +225,6 @@ C-p Display information about the GNU project.
C-w Display information on absence of warranty for GNU Emacs."
help-map)
(define-key help-map "F" 'Info-goto-emacs-command-node)
(define-key help-map "K" 'Info-goto-emacs-key-command-node)
(define-key help-map "I" 'info-lookup-symbol)
(defun function-called-at-point ()