comparison lisp/mail/emacsbug.el @ 106566:18ebc6fe2cc9

(message-sort-headers): Define for compiler.
author Glenn Morris <rgm@gnu.org>
date Mon, 14 Dec 2009 03:28:34 +0000
parents b07b0e49769d
children d673a0a0ee2f
comparison
equal deleted inserted replaced
106565:45c915e20813 106566:18ebc6fe2cc9
70 "Hook run before sending the bug report.") 70 "Hook run before sending the bug report.")
71 (make-variable-buffer-local 'report-emacs-bug-send-hook) 71 (make-variable-buffer-local 'report-emacs-bug-send-hook)
72 72
73 (declare-function x-server-vendor "xfns.c" (&optional terminal)) 73 (declare-function x-server-vendor "xfns.c" (&optional terminal))
74 (declare-function x-server-version "xfns.c" (&optional terminal)) 74 (declare-function x-server-version "xfns.c" (&optional terminal))
75 (declare-function message-sort-headers "message" ())
75 76
76 ;;;###autoload 77 ;;;###autoload
77 (defun report-emacs-bug (topic &optional recent-keys) 78 (defun report-emacs-bug (topic &optional recent-keys)
78 "Report a bug in GNU Emacs. 79 "Report a bug in GNU Emacs.
79 Prompts for bug subject. Leaves you in a mail buffer." 80 Prompts for bug subject. Leaves you in a mail buffer."