(message-expand-name): Silence the byte compiler.
authorJesper Harder <harder@ifa.au.dk>
Tue, 13 Jan 2004 05:13:02 +0000 (05:13 +0000)
committerJesper Harder <harder@ifa.au.dk>
Tue, 13 Jan 2004 05:13:02 +0000 (05:13 +0000)
lisp/ChangeLog
lisp/message.el

index 310f2f6..3578d8b 100644 (file)
@@ -1,5 +1,7 @@
 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
 
+       * message.el (message-expand-name): Silence the byte compiler.
+
        * lpath.el: Add detect-coding-system.
 
        * dgnushack.el (dgnushack-compile): Remove obsolete check for
index b42fdfb..70e56ef 100644 (file)
@@ -6626,7 +6626,7 @@ those headers."
            (delete-region (point) (progn (forward-line 3) (point))))))))))
 
 (defun message-expand-name ()
-  (cond ((and (boundp 'eudc-protocol) eudc-protocol)
+  (cond ((when (boundp 'eudc-protocol) eudc-protocol)
         (eudc-expand-inline))
        ((fboundp 'bbdb-complete-name)
         (bbdb-complete-name))