From 04c17beac362712e893b1b06ebfeb7602598e8da Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 29 Jan 2009 03:42:17 +0000 Subject: [PATCH] (rmail-summary-disable): Fix declaration. --- lisp/ChangeLog | 22 +++++++++++++++++++--- lisp/mail/rmailedit.el | 2 +- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37fe382159d..ff6921159d6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2009-01-29 Glenn Morris + + * mail/rmail.el (rmail-file-name): Remove duplicate definition. + (rmail-set-header): Ensure header changes get saved. + + * mail/rmailedit.el (rmail-summary-disable): Fix declaration. + + * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is + one, after a label is added. + + * mail/rmailsum.el (rmail-summary-update-line): New function. + (rmail-summary-goto-msg): Return a value according to whether message + was found. + (rmail-summary-update-highlight): Give the overlay an 'rmail-summary + property. Use line-end-position. + 2009-01-29 Chong Yidong * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to @@ -38,9 +54,9 @@ 2009-01-28 Stephen Berman - * calendar/todo-mode.el (todo-insert-item-here): Prevent insertion - of a new entry inside of an existing entry. Minor code cleanup. - (Bug#2084) + * calendar/todo-mode.el (todo-insert-item-here): + Prevent insertion of a new entry inside of an existing entry. + Minor code cleanup. (Bug#2084) (todo-add-category): Change the interactive spec. Signal an error if the Todo file is non-empty but contains no category. Reject category names that could induce bugs and confusion. Call diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 1c0d63b5aef..8aeacfb8396 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -49,7 +49,7 @@ ;; Rmail Edit mode is suitable only for specially formatted data. (put 'rmail-edit-mode 'mode-class 'special) -(declare-function rmail-summary-disable "" ()) +(declare-function rmail-summary-disable "rmailsum" ()) (declare-function rmail-summary-enable "rmailsum" ()) (defun rmail-edit-mode () -- 2.39.2