Mercurial > emacs
changeset 85376:a2663c54de9f
(esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 18 Oct 2007 00:07:04 +0000 |
parents | 8f6c4eb58cdb |
children | 34e2dd882795 |
files | lisp/bindings.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Thu Oct 18 00:06:33 2007 +0000 +++ b/lisp/bindings.el Thu Oct 18 00:07:04 2007 +0000 @@ -1041,7 +1041,7 @@ (define-key ctl-x-map "rw" 'window-configuration-to-register) (define-key ctl-x-map "rf" 'frame-configuration-to-register) -(define-key esc-map "q" 'fill-paragraph-or-region) +(define-key esc-map "q" 'fill-paragraph) (define-key ctl-x-map "." 'set-fill-prefix) (define-key esc-map "{" 'backward-paragraph)