* mu4e/mu4e-view.el: Fix whitespaces in newline in previous commit, no code--change.

This commit is contained in:
Thierry Volpiatto 2014-06-27 07:37:15 +02:00
parent 76787707fe
commit fc04367e2e
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ FUNC should be a function taking two arguments:
(define-key map "w" 'visual-line-mode)
(define-key map "h" 'mu4e-view-toggle-hide-cited)
(define-key map (kbd "M-q") 'mu4e-view-fill-long-lines)
;; next 3 only warn user when attempt in the message view
(define-key map "u" 'mu4e-view-unmark)
(define-key map "U" 'mu4e-view-unmark-all)