From: Glenn Morris Date: Mon, 6 Jul 2009 00:50:51 +0000 (+0000) Subject: (ffap): Remove defunct URL from custom group. X-Git-Tag: emacs-pretest-23.1.90~2309 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=359d3f49ef3f31e1b50ef672a0d2c9c958e15810;p=emacs.git (ffap): Remove defunct URL from custom group. --- 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)