Mercurial > emacs
changeset 18939:7415a69ea66e
Don't create C-x r and C-x n submaps here.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 24 Jul 1997 07:42:07 +0000 |
parents | 444939f3c18f |
children | 953dfe84b101 |
files | lisp/bindings.el |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Thu Jul 24 07:40:26 1997 +0000 +++ b/lisp/bindings.el Thu Jul 24 07:42:07 1997 +0000 @@ -242,9 +242,6 @@ (aset (nth 1 global-map) (make-char 'latin-iso8859-3) 'self-insert-command) (aset (nth 1 global-map) (make-char 'latin-iso8859-4) 'self-insert-command) -(define-key ctl-x-map "n" (make-sparse-keymap)) -(define-key ctl-x-map "r" (make-sparse-keymap)) - (setq help-event-list '(help f1)) ;These commands are defined in editfns.c