]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: Closing parenthesis go on the same line
[notmuch] / emacs / notmuch.el
index 2e84cd34e38d010a9aac6f277d3c355bbfce0434..d6e0a9d54ee48a6e074dd3f85dd561f19ae63ab8 100644 (file)
@@ -910,8 +910,7 @@ See `notmuch-tag' for information on the format of TAG-CHANGES."
                    query)
                   "*"))
          (t
                    query)
                   "*"))
          (t
-          (concat "*notmuch-search-" query "*"))
-         )))
+          (concat "*notmuch-search-" query "*")))))
 
 (defun notmuch-read-query (prompt)
   "Read a notmuch-query from the minibuffer with completion.
 
 (defun notmuch-read-query (prompt)
   "Read a notmuch-query from the minibuffer with completion.
@@ -1003,8 +1002,7 @@ the configured default sort order."
     (let ((proc (get-buffer-process (current-buffer)))
          (inhibit-read-only t))
       (if proc
     (let ((proc (get-buffer-process (current-buffer)))
          (inhibit-read-only t))
       (if proc
-         (error "notmuch search process already running for query `%s'" query)
-       )
+         (error "notmuch search process already running for query `%s'" query))
       (erase-buffer)
       (goto-char (point-min))
       (save-excursion
       (erase-buffer)
       (goto-char (point-min))
       (save-excursion