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
0ff954c7
Commit
0ff954c7
authored
Dec 23, 2008
by
Richard M. Stallman
Browse files
Comment change.
parent
72bcfc73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/mail/pmailedit.el
lisp/mail/pmailedit.el
+2
-1
No files found.
lisp/mail/pmailedit.el
View file @
0ff954c7
...
...
@@ -107,7 +107,8 @@ This functions runs the normal hook `pmail-edit-mode-hook'.
(
save-excursion
(
set-buffer
pmail-summary-buffer
)
(
pmail-summary-enable
)))
;; Make sure buffer ends with a blank line.
;; Make sure buffer ends with a blank line
;; so as not to run this message together with the following one.
(
save-excursion
(
goto-char
(
point-max
))
(
if
(
/=
(
preceding-char
)
?\n
)
...
...
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