]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: fix declare-function definitions with related line breaks
[notmuch] / emacs / notmuch.el
index 6d37c623e6597cb4f43c0d6029b2f9502f93c89f..351334aa00a34b198a89fd7ea065438a740c7a22 100644 (file)
@@ -973,7 +973,8 @@ PROMPT is the string to prompt with."
 
 (put 'notmuch-search 'notmuch-doc "Search for messages.")
 ;;;###autoload
-(defun notmuch-search (&optional query oldest-first target-thread target-line no-display)
+(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.
@@ -1162,8 +1163,6 @@ Point should be at the beginning of the line."
 
 ;;; _
 
-(setq mail-user-agent 'notmuch-user-agent)
-
 (provide 'notmuch)
 
 ;; After provide to avoid loops if notmuch was require'd via notmuch-init-file.