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
e6d76715
Commit
e6d76715
authored
Jan 23, 2009
by
Chong Yidong
Browse files
(rmail-generate-viewer-buffer): Fix typo.
parent
5ae437e9
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 @
e6d76715
...
...
@@ -1279,8 +1279,8 @@ Create the buffer if necessary."
(
let*
((
suffix
(
file-name-nondirectory
(
or
buffer-file-name
(
buffer-name
))))
(
name
(
format
" *message-viewer %s*"
suffix
))
(
buf
(
get-buffer
name
)))
(
unless
buf
(
generate-new-buffer
name
))))
(
or
buf
(
generate-new-buffer
name
))))
(
defun
rmail-change-major-mode-hook
()
;; Bring the actual Rmail messages back into the main buffer.
...
...
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