aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/bindings.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index c4327ed6168..331c9ab8f21 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -574,6 +574,9 @@ language you are using."
574(define-key ctl-x-map "nw" 'widen) 574(define-key ctl-x-map "nw" 'widen)
575;; (define-key ctl-x-map "n" 'narrow-to-region) 575;; (define-key ctl-x-map "n" 'narrow-to-region)
576;; (define-key ctl-x-map "w" 'widen) 576;; (define-key ctl-x-map "w" 'widen)
577(define-key ctl-x-map "(" 'start-kbd-macro)
578(define-key ctl-x-map ")" 'end-kbd-macro)
579(define-key ctl-x-map "e" 'call-last-kbd-macro)
577 580
578(define-key global-map "\C-j" 'newline-and-indent) 581(define-key global-map "\C-j" 'newline-and-indent)
579(define-key global-map "\C-m" 'newline) 582(define-key global-map "\C-m" 'newline)