aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-24 07:42:07 +0000
committerRichard M. Stallman1997-07-24 07:42:07 +0000
commit471faf6cf3f983b18aa296df8bbb1d1e175933d4 (patch)
tree6d8feb33047d5c20b297e55aae936aa8f592e3fb
parentb9145dbb572314401bdbe4224da7b9f01a7f55a6 (diff)
downloademacs-471faf6cf3f983b18aa296df8bbb1d1e175933d4.tar.gz
emacs-471faf6cf3f983b18aa296df8bbb1d1e175933d4.zip
Don't create C-x r and C-x n submaps here.
-rw-r--r--lisp/bindings.el3
1 files changed, 0 insertions, 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)."
242(aset (nth 1 global-map) (make-char 'latin-iso8859-3) 'self-insert-command) 242(aset (nth 1 global-map) (make-char 'latin-iso8859-3) 'self-insert-command)
243(aset (nth 1 global-map) (make-char 'latin-iso8859-4) 'self-insert-command) 243(aset (nth 1 global-map) (make-char 'latin-iso8859-4) 'self-insert-command)
244 244
245(define-key ctl-x-map "n" (make-sparse-keymap))
246(define-key ctl-x-map "r" (make-sparse-keymap))
247
248(setq help-event-list '(help f1)) 245(setq help-event-list '(help f1))
249 246
250;These commands are defined in editfns.c 247;These commands are defined in editfns.c