comparison lisp/replace.el @ 49597:e88404e8f2cf

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 12:29:42 +0000
parents 3a5bc7e171a5
children 4b86a185b11d d7ddb3e565de
comparison
equal deleted inserted replaced
49596:b06535145619 49597:e88404e8f2cf
676 (let* ((bufs (list (read-buffer "First buffer to search: " 676 (let* ((bufs (list (read-buffer "First buffer to search: "
677 (current-buffer) t))) 677 (current-buffer) t)))
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): ")
685 nil t)) 685 nil t))
686 "")) 686 ""))