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/replace.el | |
| parent | 37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff) | |
| download | emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip | |
Trailing whitespace deleted.
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 18817d39fc0..14bbb6fb9ad 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -678,7 +678,7 @@ This function acts on multiple buffers; otherwise, it is exactly like | |||
| 678 | (buf nil) | 678 | (buf nil) |
| 679 | (ido-ignore-item-temp-list bufs)) | 679 | (ido-ignore-item-temp-list bufs)) |
| 680 | (while (not (string-equal | 680 | (while (not (string-equal |
| 681 | (setq buf (read-buffer | 681 | (setq buf (read-buffer |
| 682 | (if (eq read-buffer-function 'ido-read-buffer) | 682 | (if (eq read-buffer-function 'ido-read-buffer) |
| 683 | "Next buffer to search (C-j to end): " | 683 | "Next buffer to search (C-j to end): " |
| 684 | "Next buffer to search (RET to end): ") | 684 | "Next buffer to search (RET to end): ") |