]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-summary-goto-msg): Highlight the whole line except first char.
authorRichard M. Stallman <rms@gnu.org>
Mon, 4 Apr 1994 05:45:54 +0000 (05:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 4 Apr 1994 05:45:54 +0000 (05:45 +0000)
lisp/mail/rmailsum.el

index d15d4a2bf2213e8ab105f1afc32a5e9209cb2d6a..69c31922d2760ef9ebc721ca5ca76f0ec3974c80 100644 (file)
@@ -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