From: Juri Linkov Date: Thu, 18 Oct 2007 00:07:04 +0000 (+0000) Subject: (esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region. X-Git-Tag: emacs-pretest-23.0.90~10271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=792eb7196d01d6a65839437a31c110c849dc794a;p=emacs.git (esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 5080eb8c3b0..2ca7c8afea8 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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) (define-key esc-map "{" 'backward-paragraph)