Mercurial > emacs
diff lisp/mh-e/mh-index.el @ 68014:82d5232a099c
* mh-e.el (mh-delete-a-msg): Fix whitespace nit.
* mh-index.el (mh-mairix-execute-search): Fix symbol quote.
author | Mark D. Baushke <mdb@gnu.org> |
---|---|
date | Wed, 04 Jan 2006 02:39:30 +0000 |
parents | bbc0e52abce5 |
children | 57c4e7929f99 |
line wrap: on
line diff
--- a/lisp/mh-e/mh-index.el Wed Jan 04 02:08:12 2006 +0000 +++ b/lisp/mh-e/mh-index.el Wed Jan 04 02:39:30 2006 +0000 @@ -1168,7 +1168,7 @@ (set-buffer (get-buffer-create mh-index-temp-buffer)) (erase-buffer) (unless mh-mairix-binary - (error "Set `mh-mairix-binary appropriately'")) + (error "Set `mh-mairix-binary' appropriately")) (apply #'call-process mh-mairix-binary nil '(t nil) nil "-r" "-f" (format "%s%s/config" mh-user-path mh-mairix-directory) search-regexp-list)