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
10d5f513
Commit
10d5f513
authored
Oct 19, 2011
by
Christoph Scholtes
Browse files
* emulation/cua-base.el (cua-set-mark): Fix case of string.
parent
6e317956
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emulation/cua-base.el
lisp/emulation/cua-base.el
+1
-1
No files found.
lisp/ChangeLog
View file @
10d5f513
2011-10-20 Christoph Scholtes <cschol2112@googlemail.com>
* emulation/cua-base.el (cua-set-mark): Fix case of string.
2011-10-20 Chong Yidong <cyd@gnu.org>
* emulation/cua-base.el (cua-mode):
...
...
lisp/emulation/cua-base.el
View file @
10d5f513
...
...
@@ -1121,7 +1121,7 @@ With a double \\[universal-argument] prefix argument, unconditionally set mark."
(
pop-to-mark-command
)))
((
and
cua-toggle-set-mark
mark-active
)
(
cua--deactivate
)
(
message
"Mark
C
leared"
))
(
message
"Mark
c
leared"
))
(
t
(
push-mark-command
nil
nil
)
(
setq
cua--explicit-region-start
t
)
...
...
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