Mercurial > emacs
changeset 6688:1102eac526d8
(rmail-summary-goto-msg): Fix bug in earlier change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 05 Apr 1994 21:54:51 +0000 |
parents | 30c38858c0d0 |
children | 2efd8c4eb9be |
files | lisp/mail/rmailsum.el |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el Tue Apr 05 21:05:09 1994 +0000 +++ b/lisp/mail/rmailsum.el Tue Apr 05 21:54:51 1994 +0000 @@ -771,8 +771,6 @@ (if message-not-found (overlay-put rmail-summary-overlay 'face nil) (move-overlay rmail-summary-overlay - (save-excursion (beginning-of-line) (1+ (point)))) - (move-overlay rmail-summary-overlay (save-excursion (beginning-of-line) (1+ (point))) (save-excursion (end-of-line) (point))) (overlay-put rmail-summary-overlay 'face 'highlight))