diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2009-12-13 Glenn Morris <rgm@gnu.org> | 1 | 2009-12-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/emacsbug.el (report-emacs-bug): In message-mode, sort manually | 3 | * mail/emacsbug.el (message-sort-headers): Define for compiler. |
| 4 | before storing original report text. (Bug#5178) | 4 | (report-emacs-bug): In message-mode, sort manually before storing |
| 5 | original report text. (Bug#5178) | ||
| 5 | Remove superfluous save-excursion. | 6 | Remove superfluous save-excursion. |
| 6 | 7 | ||
| 7 | 2009-12-12 Michael Albinus <michael.albinus@gmx.de> | 8 | 2009-12-12 Michael Albinus <michael.albinus@gmx.de> |
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 @@ | |||
| 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) |