diff options
| -rw-r--r-- | lisp/allout.el | 3 |
1 files changed, 1 insertions, 2 deletions
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..." | |||
| 3120 | (let (file-name) | 3120 | (let (file-name) |
| 3121 | (save-excursion | 3121 | (save-excursion |
| 3122 | (let* ((text-start outline-recent-prefix-end) | 3122 | (let* ((text-start outline-recent-prefix-end) |
| 3123 | (heading-end (progn (outline-pre-next-preface) | 3123 | (heading-end (progn (end-of-line) (point)))) |
| 3124 | (point)))) | ||
| 3125 | (goto-char text-start) | 3124 | (goto-char text-start) |
| 3126 | (setq file-name | 3125 | (setq file-name |
| 3127 | (if (re-search-forward "\\s-\\(\\S-*\\)" heading-end t) | 3126 | (if (re-search-forward "\\s-\\(\\S-*\\)" heading-end t) |