emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 9645b57 5/7: Compilation warning fix in feedmail.el


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 9645b57 5/7: Compilation warning fix in feedmail.el
Date: Wed, 12 Jun 2019 19:45:12 -0400 (EDT)

branch: master
commit 9645b5752a3e40754d22d9e805778e95fdc86337
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Compilation warning fix in feedmail.el
    
    * lisp/mail/feedmail.el (feedmail-scroll-buffer): Remove XEmacs
    compat code (that gave a compilation warning).
---
 lisp/mail/feedmail.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el
index 180e32b..943bdd8 100644
--- a/lisp/mail/feedmail.el
+++ b/lisp/mail/feedmail.el
@@ -2198,8 +2198,7 @@ you can set `feedmail-queue-reminder-alist' to nil."
   ;; emacs convention is that scroll-up moves text up, window down
   (feedmail-say-debug ">in-> feedmail-scroll-buffer %s" direction)
   (save-selected-window
-    (let ((signal-error-on-buffer-boundary nil) ;FIXME: Unknown var!?
-         (fqm-window (display-buffer (if buffy buffy (current-buffer)))))
+    (let ((fqm-window (display-buffer (if buffy buffy (current-buffer)))))
       (select-window fqm-window)
       (if (eq direction 'up)
       (if (pos-visible-in-window-p (point-max) fqm-window)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]