diff options
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 8cd59006d8d..f4ba2264dc8 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -295,7 +295,7 @@ usually do not have translators for other languages.\n\n"))) (insert-buffer-substring message-buf beg-pos end-pos)))) ;; After Recent messages, to avoid the messages produced by ;; list-load-path-shadows. - (unless (looking-back "\n") + (unless (looking-back "\n" (1- (point))) (insert "\n")) (insert "\n") (insert "Load-path shadows:\n") |