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
5e0cb17b
Commit
5e0cb17b
authored
Sep 08, 2004
by
Kim F. Storm
Browse files
(cua--highlight-rectangle): Fix last change.
Use zero width overlays when necessary.
parent
303e592c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lisp/emulation/cua-rect.el
lisp/emulation/cua-rect.el
+0
-1
No files found.
lisp/emulation/cua-rect.el
View file @
5e0cb17b
...
...
@@ -778,7 +778,6 @@ If command is repeated at same position, delete the rectangle."
'
(
lambda
(
s
e
l
r
v
)
(
let
((
rface
(
if
v
'cua-rectangle-face
'cua-rectangle-noselect-face
))
overlay
bs
ms
as
)
(
if
(
=
s
e
)
(
setq
e
(
1+
e
)))
(
when
(
cua--rectangle-virtual-edges
)
(
let
((
lb
(
line-beginning-position
))
(
le
(
line-end-position
))
...
...
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