From: Stefan Monnier Date: Sun, 14 Oct 2001 03:18:58 +0000 (+0000) Subject: (esc-map): Revert `j' and `C-j' bindings to X-Git-Tag: ttn-vms-21-2-B4~19459 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fedff3c69647bc2fa001bb32c4babce7931c006d;p=emacs.git (esc-map): Revert `j' and `C-j' bindings to indent-new-comment-line from comment-indent-new-line. --- 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." (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)