|
@@ -249,10 +249,8 @@ If `org-store-link' was called with a prefix arg the meaning of
|
|
|
(require 'gnus)
|
|
|
(funcall (cdr (assq 'gnus org-link-frame-setup)))
|
|
|
(if gnus-other-frame-object (select-frame gnus-other-frame-object))
|
|
|
- (when group
|
|
|
- (setq group (org-no-properties group)))
|
|
|
- (when article
|
|
|
- (setq article (org-no-properties article)))
|
|
|
+ (setq group (org-no-properties group))
|
|
|
+ (setq article (org-no-properties article))
|
|
|
(cond ((and group article)
|
|
|
(gnus-activate-group group)
|
|
|
(condition-case nil
|