diff options
| author | Juri Linkov | 2007-10-18 00:07:04 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-10-18 00:07:04 +0000 |
| commit | 792eb7196d01d6a65839437a31c110c849dc794a (patch) | |
| tree | 99f690393a48a5f82820cc8dcfcc3fbd152569b9 | |
| parent | b2d35abb427ccf9c0b826039c18db8e71419f4c8 (diff) | |
| download | emacs-792eb7196d01d6a65839437a31c110c849dc794a.tar.gz emacs-792eb7196d01d6a65839437a31c110c849dc794a.zip | |
(esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region.
| -rw-r--r-- | lisp/bindings.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 5080eb8c3b0..2ca7c8afea8 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el | |||
| @@ -1041,7 +1041,7 @@ language you are using." | |||
| 1041 | (define-key ctl-x-map "rw" 'window-configuration-to-register) | 1041 | (define-key ctl-x-map "rw" 'window-configuration-to-register) |
| 1042 | (define-key ctl-x-map "rf" 'frame-configuration-to-register) | 1042 | (define-key ctl-x-map "rf" 'frame-configuration-to-register) |
| 1043 | 1043 | ||
| 1044 | (define-key esc-map "q" 'fill-paragraph-or-region) | 1044 | (define-key esc-map "q" 'fill-paragraph) |
| 1045 | (define-key ctl-x-map "." 'set-fill-prefix) | 1045 | (define-key ctl-x-map "." 'set-fill-prefix) |
| 1046 | 1046 | ||
| 1047 | (define-key esc-map "{" 'backward-paragraph) | 1047 | (define-key esc-map "{" 'backward-paragraph) |