mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(texinfo-append-refill): Check @c correctly.
This commit is contained in:
parent
46ccfd36bb
commit
ec81e97abc
1 changed files with 3 additions and 1 deletions
|
|
@ -623,7 +623,9 @@ Do not append @refill to paragraphs containing @w{TEXT} or @*."
|
|||
(delete-region
|
||||
(point)
|
||||
(save-excursion (skip-chars-backward " \t") (point)))
|
||||
(search-backward "@c" line-beg t)
|
||||
(forward-char 1)
|
||||
(unless (re-search-backward "@c[ \t\n]\\|@comment[ \t\n]" line-beg t)
|
||||
(forward-char -1))
|
||||
(unless (re-search-backward "@refill\\|@bye" line-beg t)
|
||||
(insert "@refill")))
|
||||
(forward-line 1))))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue