(esc-map): Revert `j' and `C-j' bindings to
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 14 Oct 2001 03:18:58 +0000 (03:18 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 14 Oct 2001 03:18:58 +0000 (03:18 +0000)
indent-new-comment-line from comment-indent-new-line.

lisp/bindings.el

index d0f0612..606a620 100644 (file)
@@ -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)