summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2010-11-07 16:21:32 +0100
committerDavid Maus <dmaus@ictsoc.de>2010-11-07 16:21:32 +0100
commit49a00abf3d2b149b8fb72eca531569e6f4d56b5e (patch)
tree41f24d7c6bd8803237393d440b8a58ff9af08836
parent6630edbd0f7d82eb56452232e7374589e618c399 (diff)
downloadorg-mode-49a00abf3d2b149b8fb72eca531569e6f4d56b5e.tar.gz
Remove stale link handler for news: links
* org.el (org-open-at-point): Remove stale link handler for news: links. This condition case is never evaluated because the news: link is already passed to `browse-url'.
-rw-r--r--lisp/org.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 57ada29..8227ed9 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -9170,10 +9170,6 @@ application the system uses for this file type."
(dired path)
(org-open-file path in-emacs line search)))
- ((string= type "news")
- (require 'org-gnus)
- (org-gnus-follow-link path))
-
((string= type "shell")
(let ((cmd path))
(if (or (not org-confirm-shell-link-function)