1
Fork 0
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:
Richard M. Stallman 1994-11-09 22:54:15 +00:00
parent a382890aab
commit b6c1b08c69

View file

@ -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)