* mu4e-view: fix buffer quiting

This commit is contained in:
djcb
2012-06-16 10:45:51 +03:00
parent 095e471fe6
commit 523becb84c
2 changed files with 4 additions and 4 deletions

View File

@ -1158,8 +1158,8 @@ region if there is a region, then move to the next message."
(mu4e-headers-next))
(defun mu4e~headers-quit-buffer ()
"Quit the mu4e-headers buffer. This is a rather complex function; to
ensure we don't disturb other windows."
"Quit the mu4e-headers buffer. This is a rather complex function,
to ensure we don't disturb other windows."
(interactive)
(unless (eq major-mode 'mu4e-headers-mode)
(error "Must be in mu4e-headers-mode (%S)" major-mode))