From 792eb7196d01d6a65839437a31c110c849dc794a Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 18 Oct 2007 00:07:04 +0000 Subject: [PATCH] (esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region. --- lisp/bindings.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5