From 471faf6cf3f983b18aa296df8bbb1d1e175933d4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 24 Jul 1997 07:42:07 +0000 Subject: [PATCH] Don't create C-x r and C-x n submaps here. --- lisp/bindings.el | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.39.5