diff options
| author | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
| commit | f1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch) | |
| tree | 626b0db999b924834efc1f437eb47776ea6bd797 /lisp/rect.el | |
| parent | 37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff) | |
| download | emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip | |
Trailing whitespace deleted.
Diffstat (limited to 'lisp/rect.el')
| -rw-r--r-- | lisp/rect.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/rect.el b/lisp/rect.el index 1fa5900b2c9..c6b83995b73 100644 --- a/lisp/rect.el +++ b/lisp/rect.el | |||
| @@ -187,7 +187,7 @@ the function is called." | |||
| 187 | (setq val (concat " " val) | 187 | (setq val (concat " " val) |
| 188 | n (- n 8))) | 188 | n (- n 8))) |
| 189 | (concat val (aref spaces-strings n))))) | 189 | (concat val (aref spaces-strings n))))) |
| 190 | 190 | ||
| 191 | ;;;###autoload | 191 | ;;;###autoload |
| 192 | (defun delete-rectangle (start end &optional fill) | 192 | (defun delete-rectangle (start end &optional fill) |
| 193 | "Delete (don't save) text in the region-rectangle. | 193 | "Delete (don't save) text in the region-rectangle. |