Mercurial > emacs
changeset 103730:7193abeb1062
(ffap): Remove defunct URL from custom group.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 06 Jul 2009 00:50:51 +0000 |
parents | f78c4d81bda4 |
children | 4faf5698814a |
files | lisp/ffap.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ffap.el Mon Jul 06 00:49:25 2009 +0000 +++ b/lisp/ffap.el Mon Jul 06 00:50:51 2009 +0000 @@ -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)