diff lisp/mail/emacsbug.el @ 95841:b4e36ff621b3

Add some compiler declarations, for builds without X.
author Glenn Morris <rgm@gnu.org>
date Thu, 12 Jun 2008 03:56:20 +0000
parents ef65fa4dca3b
children a9dc0e7c3f2b
line wrap: on
line diff
--- a/lisp/mail/emacsbug.el	Thu Jun 12 03:54:06 2008 +0000
+++ b/lisp/mail/emacsbug.el	Thu Jun 12 03:56:20 2008 +0000
@@ -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.