diff options
| -rw-r--r-- | lisp/rect.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/rect.el b/lisp/rect.el index 84094cdb6ea..f20ae6b5b41 100644 --- a/lisp/rect.el +++ b/lisp/rect.el | |||
| @@ -335,6 +335,7 @@ Called from a program, takes three args; START, END and STRING." | |||
| 335 | (car string-rectangle-history))))) | 335 | (car string-rectangle-history))))) |
| 336 | (apply-on-rectangle 'string-rectangle-line start end string t)) | 336 | (apply-on-rectangle 'string-rectangle-line start end string t)) |
| 337 | 337 | ||
| 338 | ;;;###autoload | ||
| 338 | (defalias 'replace-rectangle 'string-rectangle) | 339 | (defalias 'replace-rectangle 'string-rectangle) |
| 339 | 340 | ||
| 340 | ;;;###autoload | 341 | ;;;###autoload |