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
c462c964
Commit
c462c964
authored
Jul 23, 1991
by
Roland McGrath
Browse files
*** empty log message ***
parent
43fb149c
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 @
c462c964
...
...
@@ -869,7 +869,7 @@ again afterward.
FUNCTION may not change the visible text of the message, but it may
change the invisible header text."
(
save-excursion
(
let
((
obeg
(
-
(
point-max
)
(
point-min
)))
(
let
((
obeg
(
-
(
point-max
)
(
point-min
)))
)
(
unwind-protect
(
progn
(
narrow-to-region
(
rmail-msgbeg
rmail-current-message
)
...
...
@@ -881,7 +881,7 @@ change the invisible header text."
;; before that restriction is restored.
;; Here we assume that changes made by FUNCTION
;; occur before the visible region of the message.
(
narrow-to-region
(
-
(
point-max
)
obeg
)
(
point-max
))))))
)
(
narrow-to-region
(
-
(
point-max
)
obeg
)
(
point-max
))))))
(
defun
rmail-forget-messages
()
(
unwind-protect
...
...
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