summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-08-10 01:44:59 +0000
committerRichard M. Stallman <rms@gnu.org>1998-08-10 01:44:59 +0000
commit7f217c6e5d8341fc7a8c7d8f48232076c430ab30 (patch)
tree85bdf5c179cc19d5a54d5aea316244892617cbca
parent67bb5358fcf06ad9e05e1211bcae972172c037c4 (diff)
downloademacs-7f217c6e5d8341fc7a8c7d8f48232076c430ab30.tar.gz
Whitespace change.
-rw-r--r--lisp/replace.el6
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))