Mercurial > emacs
changeset 22972:043c6a4da2df
Whitespace change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Aug 1998 01:44:59 +0000 |
parents | ff793b9329c9 |
children | c3bbca1b6f3a |
files | lisp/replace.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/replace.el Mon Aug 10 00:01:12 1998 +0000 +++ b/lisp/replace.el Mon Aug 10 01:44:59 1998 +0000 @@ -262,9 +262,9 @@ (defalias 'count-matches 'how-many) (defun how-many (regexp) "Print number of matches for REGEXP following point." - (interactive (list(read-from-minibuffer - "How many matches for (regexp): " - nil nil nil 'regexp-history nil t))) + (interactive (list (read-from-minibuffer + "How many matches for (regexp): " + nil nil nil 'regexp-history nil t))) (let ((count 0) opoint) (save-excursion (while (and (not (eobp))