diff options
| author | Thierry Volpiatto <thierry.volpiatto@gmail.com> | 2014-03-24 09:22:39 +0100 |
|---|---|---|
| committer | Thierry Volpiatto <thierry.volpiatto@gmail.com> | 2014-03-24 09:22:39 +0100 |
| commit | 9a23d356de65f9a250ed14f319681ea9c10e896e (patch) | |
| tree | 30e37052759837d0a6fd46a807b3862a9a9b18c0 | |
| parent | 8394e6069f38259b1a6f882ed5ee954ad6130c64 (diff) | |
* mu4e/mu4e-view.el (mu4e-mark-region-code): Add docstring.
| -rw-r--r-- | mu4e/mu4e-view.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 67248f3..7bab9e2 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -904,6 +904,8 @@ all messages in the subthread at point in the headers view." (mu4e~view-in-headers-context (mu4e-headers-search-edit))) (defun mu4e-mark-region-code () + "Highlight region marked with `message-mark-inserted-region'. +Add this function to `mu4e-view-mode-hook' to enable this feature." (require 'message) (let (beg end ov-beg ov-end ov-inv) (save-excursion |
