]> git.eshelyaron.com Git - emacs.git/commitdiff
Compilation warning fix in feedmail.el
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Jun 2019 23:29:27 +0000 (01:29 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 Jun 2019 23:29:27 +0000 (01:29 +0200)
* lisp/mail/feedmail.el (feedmail-scroll-buffer): Remove XEmacs
compat code (that gave a compilation warning).

lisp/mail/feedmail.el

index 180e32bee4c0cd59f007bce39a36a4382fb36472..943bdd8851064d5601fc86b8095e3301d2937409 100644 (file)
@@ -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)