From 359d3f49ef3f31e1b50ef672a0d2c9c958e15810 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 6 Jul 2009 00:50:51 +0000 Subject: [PATCH] (ffap): Remove defunct URL from custom group. --- lisp/ffap.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ffap.el b/lisp/ffap.el index 7c741116e09..6aa6913dbed 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -110,7 +110,8 @@ (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) -- 2.39.2