* mu4e-utils: fix silly extra set of parentheses - thanks to James Ladan

This commit is contained in:
djcb 2012-04-11 00:33:23 +03:00
parent 9c03b76834
commit 7adc7b38b0
1 changed files with 7 additions and 7 deletions

View File

@ -312,9 +312,9 @@ point in eiter the headers buffer or the view buffer."
simply does not attempt to delete the window if there is none,
instead of erroring out."
(when (buffer-live-p buf)
((bury-buffer buf)
(delete-windows-on buf) ;; destroy all windows for this buffer
(kill-buffer buf))))
(bury-buffer)
(delete-windows-on buf) ;; destroy all windows for this buffer
(kill-buffer buf)))
(defun mu4e-select-other-view ()
"When the headers view is selected, select the message view (if