diff options
| author | David Bremner <david@tethera.net> | 2015-08-07 21:33:57 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-08-07 21:33:57 +0200 |
| commit | d02e4dee71b9fb38919ac5e78ec56d1df79473fb (patch) | |
| tree | daeca38bad979d0d9f975771eec9343c32c8ac00 | |
| parent | d0553ad524f241ba42f685cba6745c8a3a9ba20a (diff) | |
emacs/notmuch-mua.el: whitespace cleanup
M-x whitespace-cleanup in Emacs.
| -rw-r--r-- | emacs/notmuch-mua.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 803459a7..57465b20 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -50,7 +50,7 @@ window/frame that will be destroyed when the buffer is killed. You may want to customize `message-kill-buffer-on-exit' accordingly." (when (< emacs-major-version 24) - " Due to a known bug in Emacs 23, you should not set + " Due to a known bug in Emacs 23, you should not set this to `new-window' if `message-kill-buffer-on-exit' is disabled: this would result in an incorrect behavior.")) :group 'notmuch-send @@ -274,7 +274,6 @@ Note that these functions use `mail-citation-hook' if that is non-nil." (define-key notmuch-message-mode-map (kbd "C-c C-c") #'notmuch-mua-send-and-exit) (define-key notmuch-message-mode-map (kbd "C-c C-s") #'notmuch-mua-send) - (defun notmuch-mua-mail (&optional to subject other-headers &rest other-args) "Invoke the notmuch mail composition window. |
