mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(rmail-summary-update-line): Replace duplicate line-beginning-position calls.
This commit is contained in:
parent
df75fdb70d
commit
45bd646186
2 changed files with 8 additions and 1 deletions
|
|
@ -1,3 +1,10 @@
|
|||
2009-01-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mail/rmail.el (rmail-reply): Handle empty folders.
|
||||
|
||||
* mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
|
||||
line-beginning-position calls.
|
||||
|
||||
2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
|
||||
|
||||
* generic-x.el (hosts-generic-mode, named-database-generic-mode):
|
||||
|
|
|
|||
|
|
@ -754,7 +754,7 @@ a negative argument means to delete and move forward."
|
|||
(while (and (setq ov (car overlays))
|
||||
(not (setq high (overlay-get ov 'rmail-summary))))
|
||||
(setq overlays (cdr overlays)))
|
||||
(delete-region (line-beginning-position) (line-beginning-position 2))
|
||||
(delete-region start end)
|
||||
(princ
|
||||
(with-current-buffer rmail-buffer
|
||||
(aset rmail-summary-vector (1- n) (rmail-create-summary-line n)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue