comparison 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
comparison
equal deleted inserted replaced
95840:0e3c2e18b9c3 95841:b4e36ff621b3
62 ;; User options end here. 62 ;; User options end here.
63 63
64 64
65 (defvar report-emacs-bug-orig-text nil 65 (defvar report-emacs-bug-orig-text nil
66 "The automatically-created initial text of bug report.") 66 "The automatically-created initial text of bug report.")
67
68 (declare-function x-server-vendor "xfns.c" (&optional terminal))
69 (declare-function x-server-version "xfns.c" (&optional terminal))
67 70
68 ;;;###autoload 71 ;;;###autoload
69 (defun report-emacs-bug (topic &optional recent-keys) 72 (defun report-emacs-bug (topic &optional recent-keys)
70 "Report a bug in GNU Emacs. 73 "Report a bug in GNU Emacs.
71 Prompts for bug subject. Leaves you in a mail buffer." 74 Prompts for bug subject. Leaves you in a mail buffer."