From: Jesper Harder Date: Tue, 13 Jan 2004 05:13:02 +0000 (+0000) Subject: (message-expand-name): Silence the byte compiler. X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=c404147de61618d9a0de85a133e700124db91ccf;p=gnus (message-expand-name): Silence the byte compiler. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 310f2f61a..3578d8b8f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2004-01-13 Jesper Harder + * message.el (message-expand-name): Silence the byte compiler. + * lpath.el: Add detect-coding-system. * dgnushack.el (dgnushack-compile): Remove obsolete check for diff --git a/lisp/message.el b/lisp/message.el index b42fdfbd7..70e56ef37 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -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))