aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/gnus.el3
1 files changed, 2 insertions, 1 deletions
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."
2504 2504
2505(defcustom gnus-other-frame-resume-function 'gnus-group-get-new-news 2505(defcustom gnus-other-frame-resume-function 'gnus-group-get-new-news
2506 "Function called by the command `gnus-other-frame' when resuming Gnus." 2506 "Function called by the command `gnus-other-frame' when resuming Gnus."
2507 :version "24.4"
2507 :group 'gnus-start 2508 :group 'gnus-start
2508 :type '(choice (function-item gnus) 2509 :type '(choice (function-item gnus)
2509 (function-item gnus-no-server) 2510 (function-item gnus-no-server)
@@ -4404,7 +4405,7 @@ current display is used."
4404 (make-frame gnus-other-frame-parameters)))) 4405 (make-frame gnus-other-frame-parameters))))
4405 (if alive 4406 (if alive
4406 (progn (switch-to-buffer gnus-group-buffer) 4407 (progn (switch-to-buffer gnus-group-buffer)
4407 (funcall gnus-other-frame-resume-function arg)) 4408 (funcall gnus-other-frame-resume-function arg))
4408 (funcall gnus-other-frame-function arg) 4409 (funcall gnus-other-frame-function arg)
4409 (add-hook 'gnus-exit-gnus-hook 'gnus-delete-gnus-frame) 4410 (add-hook 'gnus-exit-gnus-hook 'gnus-delete-gnus-frame)
4410 ;; One might argue that `gnus-delete-gnus-frame' should not be called 4411 ;; One might argue that `gnus-delete-gnus-frame' should not be called