Synch to No Gnus 200410270147.
authoryamaoka <yamaoka>
Wed, 27 Oct 2004 01:48:24 +0000 (01:48 +0000)
committeryamaoka <yamaoka>
Wed, 27 Oct 2004 01:48:24 +0000 (01:48 +0000)
lisp/ChangeLog
lisp/gnus-start.el

index e6eedc4..8a0503f 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 4c06c79..d78238d 100644 (file)
@@ -3288,7 +3288,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