]> git.eshelyaron.com Git - emacs.git/commitdiff
(org-store-link): Fix paren typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 May 2005 20:10:34 +0000 (20:10 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 5 May 2005 20:10:34 +0000 (20:10 +0000)
lisp/textmodes/org.el

index e5c2f26c1068ab335723b7f3d09244085f0314c2..1b3585d56a95813908c09f4ea0b1237b2309f867 100644 (file)
@@ -4868,7 +4868,7 @@ For file links, arg negates `org-line-numbers-in-file-links'."
         (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))