emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

org.el fix


From: Alan Shutko
Subject: org.el fix
Date: Thu, 05 May 2005 14:42:07 -0500
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux)

Glenn Morris <address@hidden> 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  <address@hidden>

        * 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 <address@hidden> - I am the rocks.
You tell 'em Gambler, You've got winning ways.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]