]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: bugfix unquoted symbol
[notmuch] / emacs / notmuch.el
index 4de6229d0c6471660b094e815da831d2d7e33566..0ff248b96d9fd1948170514855cc94e19d4ff326 100644 (file)
@@ -888,7 +888,7 @@ the configured default sort order."
     nil
     ;; Use the default search order (if we're doing a search from a
     ;; search buffer, ignore any buffer-local overrides)
-    (default-value notmuch-search-oldest-first)))
+    (default-value 'notmuch-search-oldest-first)))
 
   (let* ((query (or query (notmuch-read-query "Notmuch search: ")))
         (buffer (get-buffer-create (notmuch-search-buffer-title query))))