X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-mua.el;h=e205fa4c92ff9ce7451e1e9c908acac101a978aa;hp=df2ac4470f5200fcfb183f5c1cf01c5c84a15c24;hb=329a8c7fcea634c197407eaa920765b757b0facb;hpb=311f530013c9edb26520de824acaf598d80b1712 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))