comparison lisp/bindings.el @ 85376:a2663c54de9f

(esc-map): Bind M-q to fill-paragraph instead of fill-paragraph-or-region.
author Juri Linkov <juri@jurta.org>
date Thu, 18 Oct 2007 00:07:04 +0000
parents 5b96a46cc08a
children a8bff00271d4
comparison
equal deleted inserted replaced
85375:8f6c4eb58cdb 85376:a2663c54de9f
1039 (define-key ctl-x-map "ro" 'open-rectangle) 1039 (define-key ctl-x-map "ro" 'open-rectangle)
1040 (define-key ctl-x-map "rt" 'string-rectangle) 1040 (define-key ctl-x-map "rt" 'string-rectangle)
1041 (define-key ctl-x-map "rw" 'window-configuration-to-register) 1041 (define-key ctl-x-map "rw" 'window-configuration-to-register)
1042 (define-key ctl-x-map "rf" 'frame-configuration-to-register) 1042 (define-key ctl-x-map "rf" 'frame-configuration-to-register)
1043 1043
1044 (define-key esc-map "q" 'fill-paragraph-or-region) 1044 (define-key esc-map "q" 'fill-paragraph)
1045 (define-key ctl-x-map "." 'set-fill-prefix) 1045 (define-key ctl-x-map "." 'set-fill-prefix)
1046 1046
1047 (define-key esc-map "{" 'backward-paragraph) 1047 (define-key esc-map "{" 'backward-paragraph)
1048 (define-key esc-map "}" 'forward-paragraph) 1048 (define-key esc-map "}" 'forward-paragraph)
1049 (define-key esc-map "h" 'mark-paragraph) 1049 (define-key esc-map "h" 'mark-paragraph)