Fix issues reported by the byte-compiler.

This commit is contained in:
Jonas Bernoulli
2015-10-09 01:02:58 +02:00
parent 5c18f315a0
commit a924985803
3 changed files with 11 additions and 7 deletions

View File

@ -999,7 +999,7 @@ of `mu4e-split-view', and return a window for the message view."
'(split-window-vertically mu4e-headers-visible-lines))
((eq mu4e-split-view 'vertical) ;; split vertically
'(split-window-horizontally mu4e-headers-visible-columns)))))
(cond ((with-demoted-errors "Unable to split window"
(cond ((with-demoted-errors "Unable to split window: %S"
(eval new-win-func)))
(t ;; no splitting; just use the currently selected one
(selected-window)))))