From: Karl Heuer Date: Sat, 13 Jul 1996 18:40:22 +0000 (+0000) Subject: (outline-resolve-xref): Do not mistake a blank line X-Git-Tag: emacs-19.34~199 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fa29cfef7cb8410e8288fe0fea70524cc8b59342;p=emacs.git (outline-resolve-xref): Do not mistake a blank line following an xref (@) bullet as part of the rerefenced file name. --- diff --git a/lisp/allout.el b/lisp/allout.el index db41d4af169..9d3bfc6830e 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -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)