(rmail-generate-viewer-buffer): Fix typo.
This commit is contained in:
parent
5ae437e929
commit
e6d76715eb
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue