# HG changeset patch # User Stefan Monnier # Date 1003029538 0 # Node ID 001efc29394a02acd5f53d7e41ecff351911f705 # Parent 3d58b287893cd080970aa1979363515080173fc8 (esc-map): Revert `j' and `C-j' bindings to indent-new-comment-line from comment-indent-new-line. diff -r 3d58b287893c -r 001efc29394a lisp/bindings.el --- a/lisp/bindings.el Sun Oct 14 02:56:26 2001 +0000 +++ b/lisp/bindings.el Sun Oct 14 03:18:58 2001 +0000 @@ -806,8 +806,8 @@ (define-key ctl-x-map "\C-t" 'transpose-lines) (define-key esc-map ";" 'comment-dwim) -(define-key esc-map "j" 'comment-indent-new-line) -(define-key esc-map "\C-j" 'comment-indent-new-line) +(define-key esc-map "j" 'indent-new-comment-line) +(define-key esc-map "\C-j" 'indent-new-comment-line) (define-key ctl-x-map ";" 'comment-set-column) (define-key ctl-x-map "f" 'set-fill-column) (define-key ctl-x-map "$" 'set-selective-display)