diff options
| author | Thierry Volpiatto <thierry.volpiatto@gmail.com> | 2014-06-27 07:37:15 +0200 |
|---|---|---|
| committer | Thierry Volpiatto <thierry.volpiatto@gmail.com> | 2014-06-27 07:37:15 +0200 |
| commit | fc04367e2e7aef94ff6fb3117cf16e9b8b15a347 (patch) | |
| tree | f3bc520ab2e40596994bedaa706e4fe9417fb494 /mu4e | |
| parent | 76787707fef516659258ea827e678e04cc9c5919 (diff) | |
* mu4e/mu4e-view.el: Fix whitespaces in newline in previous commit, no code--change.
Diffstat (limited to 'mu4e')
| -rw-r--r-- | mu4e/mu4e-view.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 96155d4..5d86706 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -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) |
