]> git.eshelyaron.com Git - emacs.git/commitdiff
(esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph.
authorJuri Linkov <juri@jurta.org>
Sat, 6 Oct 2007 22:15:43 +0000 (22:15 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 6 Oct 2007 22:15:43 +0000 (22:15 +0000)
lisp/bindings.el

index 54a322011b9a46aab785175916005bb9f1bae28c..bab319fa029e37caae384dcfc84686cc5a4a57b2 100644 (file)
@@ -1041,8 +1041,7 @@ language you are using."
 (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)
 \f
 (define-key esc-map "{" 'backward-paragraph)