X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=emacs%2Fnotmuch-mua.el;h=e205fa4c92ff9ce7451e1e9c908acac101a978aa;hb=cbeb0da5958b2f53059269379b219710ee7618cc;hp=df2ac4470f5200fcfb183f5c1cf01c5c84a15c24;hpb=c3a683299d4c27d6eadaacf4fb516f73a6c69fc3;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))