[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Erbot-cvs] Changes to erbot/contrib/wtf.el
From: |
Michael W . Olson |
Subject: |
[Erbot-cvs] Changes to erbot/contrib/wtf.el |
Date: |
Fri, 22 Jul 2005 01:50:37 -0400 |
Index: erbot/contrib/wtf.el
diff -u erbot/contrib/wtf.el:1.5 erbot/contrib/wtf.el:1.6
--- erbot/contrib/wtf.el:1.5 Sat Jul 9 06:34:26 2005
+++ erbot/contrib/wtf.el Fri Jul 22 05:50:36 2005
@@ -629,7 +629,7 @@
(when (stringp term)
(let ((def (upcase-initials (cdr (assoc (upcase term)
wtf-alist)))))
- (if (interactive-p)
+ (if (and def (interactive-p))
(message (concat term " is " def))
def))))