aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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