From 202c16d5f5f7d64026f4d0a7e4bb106ea7dbfff1 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Wed, 12 Dec 2012 22:29:54 +0000 Subject: [PATCH] gnus.el (gnus-other-frame-resume-function): Add :version --- lisp/gnus/gnus.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index 753c5fb473e..3849604088d 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -2504,6 +2504,7 @@ Disabling the agent may result in noticeable loss of performance." (defcustom gnus-other-frame-resume-function 'gnus-group-get-new-news "Function called by the command `gnus-other-frame' when resuming Gnus." + :version "24.4" :group 'gnus-start :type '(choice (function-item gnus) (function-item gnus-no-server) @@ -4404,7 +4405,7 @@ current display is used." (make-frame gnus-other-frame-parameters)))) (if alive (progn (switch-to-buffer gnus-group-buffer) - (funcall gnus-other-frame-resume-function arg)) + (funcall gnus-other-frame-resume-function arg)) (funcall gnus-other-frame-function arg) (add-hook 'gnus-exit-gnus-hook 'gnus-delete-gnus-frame) ;; One might argue that `gnus-delete-gnus-frame' should not be called -- 2.39.5