changeset 39903:001efc29394a

(esc-map): Revert `j' and `C-j' bindings to indent-new-comment-line from comment-indent-new-line.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 14 Oct 2001 03:18:58 +0000
parents 3d58b287893c
children 1a3d4895f3cf
files lisp/bindings.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)