# HG changeset patch # User Juri Linkov # Date 1191708943 0 # Node ID 628c4c3a906db7e459b3960123c93f278b5951d5 # Parent 8058943a15e4e924210edfc90693f8973ab2716d (esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph. diff -r 8058943a15e4 -r 628c4c3a906d lisp/bindings.el --- 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)