X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=e205fa4c92ff9ce7451e1e9c908acac101a978aa;hb=3d0fd40eb0eca54fd05460203ae754c63f633d69;hp=df2ac4470f5200fcfb183f5c1cf01c5c84a15c24;hpb=e8cb6b2cd63c9ea8a011cb9f672baf04b4c14f7b;p=notmuch diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index df2ac447..e205fa4c 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -306,7 +306,7 @@ modified. This function is notmuch addaptation of (if window ;; Raise the frame already displaying the message buffer. (progn - (gnus-select-frame-set-input-focus (window-frame window)) + (select-frame-set-input-focus (window-frame window)) (select-window window)) (funcall switch-function buffer) (set-buffer buffer))