Mercurial > hg > xemacs-beta
diff lisp/prim/replace.el @ 74:54cc21c15cbb r20-0b32
Import from CVS: tag r20-0b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:04:33 +0200 |
parents | b9518feda344 |
children | c7528f8e288d |
line wrap: on
line diff
--- a/lisp/prim/replace.el Mon Aug 13 09:03:47 2007 +0200 +++ b/lisp/prim/replace.el Mon Aug 13 09:04:33 2007 +0200 @@ -440,7 +440,7 @@ (save-excursion (if list-matching-lines-whole-buffer (beginning-of-buffer)) - (message (format "Searching for %s ..." regexp)) + (message "Searching for %s ..." regexp) ;; Find next match, but give up if prev match was at end of buffer. (while (and (not (= prevpos (point-max))) (re-search-forward regexp nil t))