aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/bindings.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index d0f06120fea..606a620e2da 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -806,8 +806,8 @@ language you are using."
806(define-key ctl-x-map "\C-t" 'transpose-lines) 806(define-key ctl-x-map "\C-t" 'transpose-lines)
807 807
808(define-key esc-map ";" 'comment-dwim) 808(define-key esc-map ";" 'comment-dwim)
809(define-key esc-map "j" 'comment-indent-new-line) 809(define-key esc-map "j" 'indent-new-comment-line)
810(define-key esc-map "\C-j" 'comment-indent-new-line) 810(define-key esc-map "\C-j" 'indent-new-comment-line)
811(define-key ctl-x-map ";" 'comment-set-column) 811(define-key ctl-x-map ";" 'comment-set-column)
812(define-key ctl-x-map "f" 'set-fill-column) 812(define-key ctl-x-map "f" 'set-fill-column)
813(define-key ctl-x-map "$" 'set-selective-display) 813(define-key ctl-x-map "$" 'set-selective-display)