]> git.cworth.org Git - notmuch/blobdiff - emacs/notmuch-tree.el
emacs: use setq instead of set
[notmuch] / emacs / notmuch-tree.el
index 57843e256f437d5f6206ef31e5aab9915d10e49a..17863f6ac1b0395cfd79733ef7a1abfd233a2311 100644 (file)
@@ -1133,7 +1133,7 @@ The arguments are:
        (inhibit-read-only t))
     (pop-to-buffer-same-window buffer))
   ;; Don't track undo information for this buffer
-  (set 'buffer-undo-list t)
+  (setbuffer-undo-list t)
   (notmuch-tree-worker query query-context target open-target unthreaded)
   (setq notmuch-tree-parent-buffer parent-buffer)
   (setq truncate-lines t))