]> git.eshelyaron.com Git - emacs.git/commitdiff
(outline-resolve-xref): Do not mistake a blank line
authorKarl Heuer <kwzh@gnu.org>
Sat, 13 Jul 1996 18:40:22 +0000 (18:40 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 13 Jul 1996 18:40:22 +0000 (18:40 +0000)
following an xref (@) bullet as part of the rerefenced file name.

lisp/allout.el

index db41d4af169d0992fd7febe080dcde408e3177ec..9d3bfc6830e65e44cfc015bb5e1c3b04cd5195ba 100644 (file)
@@ -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)