]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus.el (gnus-other-frame-resume-function): Add :version
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 12 Dec 2012 22:29:54 +0000 (22:29 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 12 Dec 2012 22:29:54 +0000 (22:29 +0000)
lisp/gnus/gnus.el

index 753c5fb473ea8cffd651eb6b9a9cf1db6c370209..3849604088dd12e7abebedc4a045e598b0bcd875 100644 (file)
@@ -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