(ffap): Remove defunct URL from custom group.
authorGlenn Morris <rgm@gnu.org>
Mon, 6 Jul 2009 00:50:51 +0000 (00:50 +0000)
committerGlenn Morris <rgm@gnu.org>
Mon, 6 Jul 2009 00:50:51 +0000 (00:50 +0000)
lisp/ffap.el

index 7c74111..6aa6913 100644 (file)
 
 (defgroup ffap nil
   "Find file or URL at point."
-  :link '(url-link :tag "URL" "ftp://ftp.mathcs.emory.edu/pub/mic/emacs/")
+  ;; Dead 2009/07/05.
+;;  :link '(url-link :tag "URL" "ftp://ftp.mathcs.emory.edu/pub/mic/emacs/")
   :group 'matching
   :group 'convenience)