(message-sort-headers): Define for compiler.
This commit is contained in:
parent
a63dba4250
commit
a0cefee5c1
2 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
2009-12-13 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mail/emacsbug.el (report-emacs-bug): In message-mode, sort manually
|
||||
before storing original report text. (Bug#5178)
|
||||
* mail/emacsbug.el (message-sort-headers): Define for compiler.
|
||||
(report-emacs-bug): In message-mode, sort manually before storing
|
||||
original report text. (Bug#5178)
|
||||
Remove superfluous save-excursion.
|
||||
|
||||
2009-12-12 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
|
||||
(declare-function x-server-vendor "xfns.c" (&optional terminal))
|
||||
(declare-function x-server-version "xfns.c" (&optional terminal))
|
||||
(declare-function message-sort-headers "message" ())
|
||||
|
||||
;;;###autoload
|
||||
(defun report-emacs-bug (topic &optional recent-keys)
|
||||
|
|
Loading…
Add table
Reference in a new issue