changeset 85070:628c4c3a906d

(esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph.
author Juri Linkov <juri@jurta.org>
date Sat, 06 Oct 2007 22:15:43 +0000
parents 8058943a15e4
children 7ad3fd2afe10
files lisp/bindings.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bindings.el	Sat Oct 06 22:15:10 2007 +0000
+++ b/lisp/bindings.el	Sat Oct 06 22:15:43 2007 +0000
@@ -1041,8 +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)
-;; (define-key esc-map "g" 'fill-region)
+(define-key esc-map "q" 'fill-paragraph-or-region)
 (define-key ctl-x-map "." 'set-fill-prefix)
 
 (define-key esc-map "{" 'backward-paragraph)