瀏覽代碼

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'.
David Maus 14 年之前
父節點
當前提交
49a00abf3d
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      lisp/org.el

+ 0 - 4
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)