diff lisp/bindings.el @ 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 e6e2af0f00c5
children 5b96a46cc08a 14c4a6aac623
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)