]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't create C-x r and C-x n submaps here.
authorRichard M. Stallman <rms@gnu.org>
Thu, 24 Jul 1997 07:42:07 +0000 (07:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 24 Jul 1997 07:42:07 +0000 (07:42 +0000)
lisp/bindings.el

index 1f9ab4b3999dda18eec92ad33305c1bdb323d593..f92534f340ada53f60172a4c937062106525f712 100644 (file)
@@ -242,9 +242,6 @@ for \\[find-tag] (which see)."
 (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