summaryrefslogtreecommitdiff
path: root/lisp/rect.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2008-06-30 19:40:47 +0000
committerJuri Linkov <juri@jurta.org>2008-06-30 19:40:47 +0000
commit8daffab7371b7e8273dc5e2c5df45f5a6a1bdd1b (patch)
treef62d176020afb868dace379c3115d03bafdc7d8b /lisp/rect.el
parente1dc2a695eb5651d78d9b71a3187683484b0e4e6 (diff)
downloademacs-8daffab7371b7e8273dc5e2c5df45f5a6a1bdd1b.tar.gz
Bind global keys to ctl-x-r-map in autoload cookies.
Diffstat (limited to 'lisp/rect.el')
-rw-r--r--lisp/rect.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/rect.el b/lisp/rect.el
index 69bcd8985dc..594405716ee 100644
--- a/lisp/rect.el
+++ b/lisp/rect.el
@@ -31,6 +31,14 @@
;; intrusive and fill lines with whitespaces only when needed. A few functions
;; are untouched though, as noted above their definition.
+;;; Global key bindings
+
+;;;###autoload (define-key ctl-x-r-map "c" 'clear-rectangle)
+;;;###autoload (define-key ctl-x-r-map "k" 'kill-rectangle)
+;;;###autoload (define-key ctl-x-r-map "d" 'delete-rectangle)
+;;;###autoload (define-key ctl-x-r-map "y" 'yank-rectangle)
+;;;###autoload (define-key ctl-x-r-map "o" 'open-rectangle)
+;;;###autoload (define-key ctl-x-r-map "t" 'string-rectangle)
;;; Code: