emacs: update call in tag-completion function

"search-tags" is deprecated, so use the more modern and supported
"search --output=tags".
This commit is contained in:
Jameson Graef Rollins 2012-04-09 11:36:16 -07:00 committed by David Bremner
parent 6409a27b2c
commit 1d4758e21f

View file

@ -89,7 +89,7 @@ For example:
(with-output-to-string
(with-current-buffer standard-output
(apply 'call-process notmuch-command nil t
nil "search-tags" search-terms)))
nil "search" "--output=tags" search-terms)))
"\n+" t))
(defun notmuch-select-tag-with-completion (prompt &rest search-terms)