]> git.cworth.org Git - notmuch/commitdiff
Merge branch 'release'
authorDavid Bremner <david@tethera.net>
Thu, 15 Dec 2016 12:57:10 +0000 (21:57 +0900)
committerDavid Bremner <david@tethera.net>
Thu, 15 Dec 2016 12:57:10 +0000 (21:57 +0900)
Add back in no-display parameter by hand.

1  2 
emacs/notmuch.el

index 44519b7abc55449e3b00a5a63ef19cefc35cb7f6,46f14fea1dd0ff112a57e64154cc5e5eeb19ab37..d8d3afeb69b983312b637a20d05f145125c2f098
@@@ -940,9 -931,9 +940,9 @@@ PROMPT is the string to prompt with.
    "Return the current query in this search buffer"
    notmuch-search-query-string)
  
- ;;;###autoload
  (put 'notmuch-search 'notmuch-doc "Search for messages.")
 -(defun notmuch-search (&optional query oldest-first target-thread target-line)
+ ;;;###autoload
 +(defun notmuch-search (&optional query oldest-first target-thread target-line no-display)
    "Display threads matching QUERY in a notmuch-search buffer.
  
  If QUERY is nil, it is read interactively from the minibuffer.