summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorTino Calancha <tino.calancha@gmail.com>2017-04-02 21:16:37 +0900
committerTino Calancha <tino.calancha@gmail.com>2017-04-02 21:16:37 +0900
commitafabe53b562675b6279cc670ceba32357fac2214 (patch)
tree323b942b90022d0a00172db0ece5d7844e2f1dce /lisp/replace.el
parent40a33a3cb711f894ac61691c03cc13e58bc38145 (diff)
downloademacs-afabe53b562675b6279cc670ceba32357fac2214.tar.gz
emacs-afabe53b562675b6279cc670ceba32357fac2214.tar.bz2
emacs-afabe53b562675b6279cc670ceba32357fac2214.zip
; * lisp/replace.el (how-many, flush-lines, keep-lines): Remove empty line.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 0841ba11b8b..a7b8ae6a347 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -848,7 +848,6 @@ called interactively by passing a non-nil INTERACTIVE argument.
This function starts looking for the next match from the end of
the previous match. Hence, it ignores matches that overlap
a previously found match."
-
(interactive
(progn
(barf-if-buffer-read-only)
@@ -923,7 +922,6 @@ a non-nil INTERACTIVE argument.
If a match is split across lines, all the lines it lies in are deleted.
They are deleted _before_ looking for the next match. Hence, a match
starting on the same line at which another match ended is ignored."
-
(interactive
(progn
(barf-if-buffer-read-only)
@@ -971,7 +969,6 @@ end of (the accessible portion of) the buffer.
This function starts looking for the next match from the end of
the previous match. Hence, it ignores matches that overlap
a previously found match."
-
(interactive
(keep-lines-read-args "How many matches for regexp"))
(save-excursion