From b7f096eeeaacce0d73296ed647874b70c95f6cdf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Aug 1998 01:44:59 +0000 Subject: [PATCH] Whitespace change. --- lisp/replace.el | 6 +++--- 1 file 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)) -- 2.39.2