+2004-10-27 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
+ of boundp to check if display-warning is available.
+
2004-10-26 Teodor Zlatanov <tzz@lifelogs.com>
* nnimap.el (nnimap-open-connection): fixed prog1/prog2 bug
(defun gnus-check-reasonable-setup ()
;; Check whether nnml and nnfolder share a directory.
(let ((display-warn
- (if (boundp 'display-warning)
+ (if (fboundp 'display-warning)
'display-warning
(lambda (type message)
(if noninteractive