From a0cefee5c19d08b65d100d8fbf200b7159391548 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 14 Dec 2009 03:28:34 +0000 Subject: [PATCH] (message-sort-headers): Define for compiler. --- lisp/ChangeLog | 5 +++-- lisp/mail/emacsbug.el | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27c14b00aae..a61b92b986c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,8 @@ 2009-12-13 Glenn Morris - * 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 diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 9fafab565b5..80a5254b27b 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -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) -- 2.39.2