New default for the gnus frame setup

* lisp/org.el (org-link-frame-setup): Use `org-gnus-no-new-news' as default.
This commit is contained in:
Carsten Dominik 2010-07-02 10:32:51 +02:00
parent 5edefbba26
commit 708266eedd
1 changed files with 1 additions and 1 deletions

View File

@ -1386,7 +1386,7 @@ Changing this requires a restart of Emacs to work correctly."
(defcustom org-link-frame-setup
'((vm . vm-visit-folder-other-frame)
(gnus . gnus-other-frame)
(gnus . org-gnus-no-new-news)
(file . find-file-other-window)
(wl . wl-other-frame))
"Setup the frame configuration for following links.