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

index 5080eb8c3b02032e964350dec1d4d4919de54dd9..2ca7c8afea82a573bcec2d3a33cf6280a7f04132 100644 (file)
@@ -1041,7 +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-or-region)
+(define-key esc-map "q" 'fill-paragraph)
 (define-key ctl-x-map "." 'set-fill-prefix)
 \f
 (define-key esc-map "{" 'backward-paragraph)