diff options
| author | Richard M. Stallman | 1997-07-24 07:42:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-24 07:42:07 +0000 |
| commit | 471faf6cf3f983b18aa296df8bbb1d1e175933d4 (patch) | |
| tree | 6d8feb33047d5c20b297e55aae936aa8f592e3fb | |
| parent | b9145dbb572314401bdbe4224da7b9f01a7f55a6 (diff) | |
| download | emacs-471faf6cf3f983b18aa296df8bbb1d1e175933d4.tar.gz emacs-471faf6cf3f983b18aa296df8bbb1d1e175933d4.zip | |
Don't create C-x r and C-x n submaps here.
| -rw-r--r-- | lisp/bindings.el | 3 |
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 |