]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Aug 1998 01:44:59 +0000 (01:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Aug 1998 01:44:59 +0000 (01:44 +0000)
lisp/replace.el

index 29ca29384e81cdcfd7532b7232122bc0663473f8..e1e14c92faf041ee75a5e2cba3614ea2dc6c174d 100644 (file)
@@ -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))