aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2007-10-06 22:15:43 +0000
committerJuri Linkov <[email protected]>2007-10-06 22:15:43 +0000
commit51ad13dccf07be4304871f61bc4c74d9a00d3abc (patch)
tree53807bcde4b312d0c5164138543c153614ad44d7 /lisp/bindings.el
parente65f7c96771d19f89787faa815b9bde8f04a0b2f (diff)
(esc-map): Bind M-q to fill-paragraph-or-region instead of fill-paragraph.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 54a322011b..bab319fa02 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)