From 8a8507e9b726ac9eb347270b04cb9daafb093cbe Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 3 Sep 2012 22:12:02 +0000 Subject: [Gnus] Silence XEmacs compilation warnings --- lisp/gnus/gnus-fun.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lisp/gnus/gnus-fun.el') diff --git a/lisp/gnus/gnus-fun.el b/lisp/gnus/gnus-fun.el index f33eb910c6a..f5e1c5ad691 100644 --- a/lisp/gnus/gnus-fun.el +++ b/lisp/gnus/gnus-fun.el @@ -278,6 +278,10 @@ colors of the displayed X-Faces." values)) (mapconcat 'identity values " "))) +(defun gnus-funcall-no-warning (function &rest args) + (when (fboundp function) + (apply function args))) + (provide 'gnus-fun) ;;; gnus-fun.el ends here -- cgit v1.2.1