Glenn Morris <[EMAIL PROTECTED]> writes: > Clearly, ignore my previous mailing on this subject, and a thousand > apologies for casting (however vague) aspersions in the direction of > org.el! :)
Speaking of which, 2005-05-05 Alan Shutko <[EMAIL PROTECTED]> * textmodes/org.el (org-store-link): Fix parens. --- org.el 05 May 2005 13:43:08 -0500 1.16 +++ org.el 05 May 2005 13:59:07 -0500 @@ -4868,7 +4868,7 @@ (setq link (concat (if (org-xor arg org-usenet-links-prefer-google) "http://groups.google.com/groups?group=" "gnus:") - group))))) + group)))) ((memq major-mode '(gnus-summary-mode gnus-article-mode)) (and (eq major-mode 'gnus-article-mode) (gnus-article-show-summary)) -- Alan Shutko <[EMAIL PROTECTED]> - I am the rocks. You tell 'em Gambler, You've got winning ways. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel