diff options
| author | Stefan Monnier | 2001-10-14 03:18:58 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-10-14 03:18:58 +0000 |
| commit | fedff3c69647bc2fa001bb32c4babce7931c006d (patch) | |
| tree | 7833437526b042dedde8ef2a3b69e921d1cbaca2 | |
| parent | 6efb29ef807d7dc150e1accf01fc6047a4f47242 (diff) | |
| download | emacs-fedff3c69647bc2fa001bb32c4babce7931c006d.tar.gz emacs-fedff3c69647bc2fa001bb32c4babce7931c006d.zip | |
(esc-map): Revert `j' and `C-j' bindings to
indent-new-comment-line from comment-indent-new-line.
| -rw-r--r-- | lisp/bindings.el | 4 |
1 files changed, 2 insertions, 2 deletions
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." | |||
| 806 | (define-key ctl-x-map "\C-t" 'transpose-lines) | 806 | (define-key ctl-x-map "\C-t" 'transpose-lines) |
| 807 | 807 | ||
| 808 | (define-key esc-map ";" 'comment-dwim) | 808 | (define-key esc-map ";" 'comment-dwim) |
| 809 | (define-key esc-map "j" 'comment-indent-new-line) | 809 | (define-key esc-map "j" 'indent-new-comment-line) |
| 810 | (define-key esc-map "\C-j" 'comment-indent-new-line) | 810 | (define-key esc-map "\C-j" 'indent-new-comment-line) |
| 811 | (define-key ctl-x-map ";" 'comment-set-column) | 811 | (define-key ctl-x-map ";" 'comment-set-column) |
| 812 | (define-key ctl-x-map "f" 'set-fill-column) | 812 | (define-key ctl-x-map "f" 'set-fill-column) |
| 813 | (define-key ctl-x-map "$" 'set-selective-display) | 813 | (define-key ctl-x-map "$" 'set-selective-display) |