mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
(outline-resolve-xref): Do not mistake a blank line
following an xref (@) bullet as part of the rerefenced file name.
This commit is contained in:
parent
92373e943a
commit
fa29cfef7c
@ -3120,8 +3120,7 @@ by pops to non-distinctive yanks. Bug..."
|
||||
(let (file-name)
|
||||
(save-excursion
|
||||
(let* ((text-start outline-recent-prefix-end)
|
||||
(heading-end (progn (outline-pre-next-preface)
|
||||
(point))))
|
||||
(heading-end (progn (end-of-line) (point))))
|
||||
(goto-char text-start)
|
||||
(setq file-name
|
||||
(if (re-search-forward "\\s-\\(\\S-*\\)" heading-end t)
|
||||
|
Loading…
Reference in New Issue
Block a user