(gnus-check-reasonable-setup): Use fboundp instead of boundp to check if
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 27 Oct 2004 01:47:58 +0000 (01:47 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 27 Oct 2004 01:47:58 +0000 (01:47 +0000)
 display-warning is available.

lisp/ChangeLog
lisp/gnus-start.el

index 323aac6..f5ed474 100644 (file)
@@ -1,3 +1,8 @@
+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
index f213789..99bf877 100644 (file)
@@ -3109,7 +3109,7 @@ Would otherwise be an alias for `display-time-event-handler'." nil))))
 (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