* mu4e/mu4e-view.el (mu4e-mark-region-code): Add docstring.

This commit is contained in:
Thierry Volpiatto 2014-03-24 09:22:39 +01:00
parent 8394e6069f
commit 9a23d356de
1 changed files with 2 additions and 0 deletions

View File

@ -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