1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-16 13:11:14 -08:00

(esc-map): Revert j' and C-j' bindings to

indent-new-comment-line from comment-indent-new-line.
This commit is contained in:
Stefan Monnier 2001-10-14 03:18:58 +00:00
parent 6efb29ef80
commit fedff3c696

View 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)