# HG changeset patch # User Richard M. Stallman # Date 869730127 0 # Node ID 7415a69ea66ebdb4b665538a1ae0c575d3b7461c # Parent 444939f3c18f8e6dcc8f782d364ae904bf274d4f Don't create C-x r and C-x n submaps here. diff -r 444939f3c18f -r 7415a69ea66e lisp/bindings.el --- 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