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:
parent
9cc077f663
commit
b7f096eeea
1 changed files with 3 additions and 3 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue