aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1999-02-10 03:50:50 +0000
committerRichard M. Stallman1999-02-10 03:50:50 +0000
commit64e95896cc75a7c6c6bbd3646b27e4a1780f786a (patch)
tree8678be5ad190cd6345bd15d7e34af474522dddd0 /lisp
parentca568b47a582191d397c33a48ef88f8d635f9b74 (diff)
downloademacs-64e95896cc75a7c6c6bbd3646b27e4a1780f786a.tar.gz
emacs-64e95896cc75a7c6c6bbd3646b27e4a1780f786a.zip
(rmail-search): Track match with a marker, not an integer.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 6aed2263498..8cb138b6f2d 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -2427,7 +2427,7 @@ Interactively, empty argument means use same regexp used last time."
2427 (goto-char (rmail-msgend msg)) 2427 (goto-char (rmail-msgend msg))
2428 (re-search-backward 2428 (re-search-backward
2429 regexp (rmail-msgbeg msg) t))) 2429 regexp (rmail-msgbeg msg) t)))
2430 (setq win (point)) 2430 (setq win (point-marker))
2431 (rmail-show-message msg) 2431 (rmail-show-message msg)
2432 (message "%sRmail search for %s...done" 2432 (message "%sRmail search for %s...done"
2433 (if reversep "Reverse " "") 2433 (if reversep "Reverse " "")