]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-tree.el
emacs: Closing parenthesis go on the same line
[notmuch] / emacs / notmuch-tree.el
index 6ac0c62d28cb7de66b43e9762e54dc920215eafc..b1bb40b13ac469e5adc1f7d1ba2fecdd99694eb2 100644 (file)
@@ -1020,8 +1020,8 @@ the same as for the function notmuch-tree."
   (erase-buffer)
   (goto-char (point-min))
   (let* ((search-args (concat basic-query
-                             (if query-context (concat " and (" query-context ")"))
-                             ))
+                             (if query-context
+                                 (concat " and (" query-context ")"))))
         (message-arg (if unthreaded "--unthreaded" "--entire-thread")))
     (if (equal (car (process-lines notmuch-command "count" search-args)) "0")
        (setq search-args basic-query))