From: Richard M. Stallman Date: Mon, 14 Jan 2002 01:36:56 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: ttn-vms-21-2-B4~17153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ad394bee4797ce8c4325f9e63bb4b6b5e1a8199f;p=emacs.git Fix previous change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 145c7823917..393d3c365e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,17 @@ 2002-01-13 Richard M. Stallman + * 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 diff --git a/lisp/help.el b/lisp/help.el index 81cea9ab088..c3b980881cb 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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 ()