aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-06-12 03:56:20 +0000
committerGlenn Morris <[email protected]>2008-06-12 03:56:20 +0000
commitaa360da10dc1130e40bb82225ee8988a2465f38a (patch)
tree24fea572da73c841761a9d8d8d59645bfa61d926 /lisp/mail
parent1ad31f1bbae0aa9de6ff997803dcb4466b24e47d (diff)
Add some compiler declarations, for builds without X.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/emacsbug.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 5582bf95b4..a3e7517a22 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -65,6 +65,9 @@
(defvar report-emacs-bug-orig-text nil
"The automatically-created initial text of bug report.")
+(declare-function x-server-vendor "xfns.c" (&optional terminal))
+(declare-function x-server-version "xfns.c" (&optional terminal))
+
;;;###autoload
(defun report-emacs-bug (topic &optional recent-keys)
"Report a bug in GNU Emacs.