mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(replace-rectangle): Add autoload.
This commit is contained in:
parent
7078d9d20f
commit
0c54cd99f5
1 changed files with 1 additions and 0 deletions
|
|
@ -335,6 +335,7 @@ Called from a program, takes three args; START, END and STRING."
|
|||
(car string-rectangle-history)))))
|
||||
(apply-on-rectangle 'string-rectangle-line start end string t))
|
||||
|
||||
;;;###autoload
|
||||
(defalias 'replace-rectangle 'string-rectangle)
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Reference in a new issue