Mercurial > emacs
diff lisp/replace.el @ 22972:043c6a4da2df
Whitespace change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 10 Aug 1998 01:44:59 +0000 |
| parents | ab25969db484 |
| children | a194e59ab82c |
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))
