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
e87aa620
Commit
e87aa620
authored
Dec 08, 2005
by
Kim F. Storm
Browse files
(cua--rectangle-aux-replace): Fix
indention of text on right side of replaced rectangle.
parent
84574cf2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/emulation/cua-rect.el
lisp/emulation/cua-rect.el
+1
-0
No files found.
lisp/emulation/cua-rect.el
View file @
e87aa620
...
...
@@ -1242,6 +1242,7 @@ The numbers are formatted according to the FORMAT string."
(
setq
z
(
cdr
z
)))
(
if
cua--debug
(
print
(
list
(
current-column
)
cc
)
auxbuf
))
(
just-one-space
0
)
(
indent-to
cc
))))
(
if
(
>
tr
0
)
(
message
"Warning: Truncated %d row%s"
tr
(
if
(
>
tr
1
)
"s"
""
)))
...
...
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