mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(string-rectangle): Don't set point.
This commit is contained in:
parent
a382890aab
commit
b6c1b08c69
1 changed files with 1 additions and 2 deletions
|
|
@ -204,8 +204,7 @@ This command does not delete or overwrite any existing text.
|
|||
|
||||
Called from a program, takes three args; START, END and STRING."
|
||||
(interactive "r\nsString rectangle: ")
|
||||
(operate-on-rectangle 'string-rectangle-line start end t)
|
||||
(goto-char start))
|
||||
(operate-on-rectangle 'string-rectangle-line start end t))
|
||||
|
||||
(defun string-rectangle-line (startpos begextra endextra)
|
||||
(let (whitespace)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue