From: Juri Linkov Date: Sat, 6 Oct 2007 22:15:43 +0000 (+0000) Subject: (esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph. X-Git-Tag: emacs-pretest-23.0.90~10504 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=51ad13dccf07be4304871f61bc4c74d9a00d3abc;p=emacs.git (esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 54a322011b9..bab319fa029 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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) (define-key esc-map "{" 'backward-paragraph)