diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-08-10 01:44:59 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-08-10 01:44:59 +0000 |
commit | b7f096eeeaacce0d73296ed647874b70c95f6cdf (patch) | |
tree | 79ae8fefd7f8cf9a7fd5ad90a060b4889830989e /lisp/replace.el | |
parent | 9cc077f663aac6258e2f3bbcc3f879e58291341b (diff) | |
download | emacs-b7f096eeeaacce0d73296ed647874b70c95f6cdf.tar.gz emacs-b7f096eeeaacce0d73296ed647874b70c95f6cdf.tar.bz2 emacs-b7f096eeeaacce0d73296ed647874b70c95f6cdf.zip |
Whitespace change.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 29ca29384e8..e1e14c92faf 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -262,9 +262,9 @@ Applies to lines after point." (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)) |