From: Richard M. Stallman Date: Mon, 10 Aug 1998 01:44:59 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-20.3~107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7f096eeeaacce0d73296ed647874b70c95f6cdf;p=emacs.git Whitespace change. --- 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))