]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/emacsbug.el
Fix byte-compiler warnings about looking-back.
[gnu-emacs] / lisp / mail / emacsbug.el
index 8cd59006d8d29964ece0ac759d1ea36efc41c08f..f4ba2264dc89968b334b939d5e7ef980e630c94f 100644 (file)
@@ -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")