Mercurial > emacs
changeset 75488:cfbd9931b493
(cua-global-keymap, cua--region-keymap):
Declare earlier to avoid byte compiler warnings.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 28 Jan 2007 22:34:31 +0000 |
parents | d761ff8c8528 |
children | 76c18a7841bf b8d9a391daf3 |
files | lisp/emulation/cua-base.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/cua-base.el Sun Jan 28 22:34:06 2007 +0000 +++ b/lisp/emulation/cua-base.el Sun Jan 28 22:34:31 2007 +0000 @@ -399,6 +399,9 @@ (other :tag "Enabled" t)) :group 'cua) +(defvar cua-global-keymap) ; forward +(defvar cua--region-keymap) ; forward + (defcustom cua-rectangle-mark-key [(control return)] "Global key used to toggle the cua rectangle mark." :set #'(lambda (symbol value)