mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
[Gnus] Silence XEmacs compilation warnings
This commit is contained in:
parent
d42f4f0fb3
commit
8a8507e9b7
3 changed files with 24 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue