From: Richard M. Stallman Date: Mon, 4 Apr 1994 05:45:54 +0000 (+0000) Subject: (rmail-summary-goto-msg): Highlight the whole line except first char. X-Git-Tag: emacs-19.34~9189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=754942d81d6722beba81ab00cb02d158002202aa;p=emacs.git (rmail-summary-goto-msg): Highlight the whole line except first char. --- diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index d15d4a2bf22..69c31922d27 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -770,9 +770,11 @@ Commands for sorting the summary: ;; Otherwise, don't highlight anything. (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))) - (point)) + (save-excursion (end-of-line) (point))) (overlay-put rmail-summary-overlay 'face 'highlight)) (beginning-of-line) (if skip-rmail