From: yoichi Date: Sat, 5 Jul 2003 09:02:47 +0000 (+0000) Subject: Fixed the last change since (string= "nil" nil) returns t X-Git-Tag: merged-trunk-to-elmo-mark-18~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=08e448596490971570c860bd7d3fba975f789b75;p=elisp%2Fwanderlust.git Fixed the last change since (string= "nil" nil) returns t --- diff --git a/elmo/elmo-nntp.el b/elmo/elmo-nntp.el index 41569db..9fb54e2 100644 --- a/elmo/elmo-nntp.el +++ b/elmo/elmo-nntp.el @@ -582,6 +582,7 @@ Don't cache if nil.") (setq username (elmo-net-folder-user-internal folder)) (when (and username + elmo-nntp-default-user (string= username elmo-nntp-default-user)) (setq username nil))