1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Whitespace change.

This commit is contained in:
Richard M. Stallman 1998-08-10 01:44:59 +00:00
parent 9cc077f663
commit b7f096eeea

View 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))