Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5c4a6052
Commit
5c4a6052
authored
Jan 28, 2007
by
Kim F. Storm
Browse files
(cua-global-keymap, cua--region-keymap):
Declare earlier to avoid byte compiler warnings.
parent
176b179b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/emulation/cua-base.el
lisp/emulation/cua-base.el
+3
-0
No files found.
lisp/emulation/cua-base.el
View file @
5c4a6052
...
...
@@ -399,6 +399,9 @@ and after the region marked by the rectangle to search."
(
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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment