Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
462c1094
Commit
462c1094
authored
Jul 23, 1991
by
Roland McGrath
Browse files
*** empty log message ***
parent
b2b2c677
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/mail/rmail.el
lisp/mail/rmail.el
+2
-2
No files found.
lisp/mail/rmail.el
View file @
462c1094
...
...
@@ -1158,9 +1158,9 @@ and reverse search is specified by a negative numeric arg."
(
save-restriction
(
widen
)
(
while
(
and
(
not
found
)
(
<
current
rmail-total-messages
))
(
setq
current
(
1+
current
))
(
if
(
rmail-message-labels-p
current
", ?\\(unseen\\),"
)
(
setq
found
current
))))
(
setq
found
current
))
(
setq
current
(
1+
current
))))
(
if
found
(
rmail-show-message
found
))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment