From: Richard M. Stallman Date: Thu, 24 Jul 1997 07:42:07 +0000 (+0000) Subject: Don't create C-x r and C-x n submaps here. X-Git-Tag: emacs-20.1~1007 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=471faf6cf3f983b18aa296df8bbb1d1e175933d4;p=emacs.git Don't create C-x r and C-x n submaps here. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 1f9ab4b3999..f92534f340a 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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