diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-06 00:50:51 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-06 00:50:51 +0000 |
commit | 359d3f49ef3f31e1b50ef672a0d2c9c958e15810 (patch) | |
tree | e78fd56595b8778b39cc0c013544c2b815d83d27 /lisp/ffap.el | |
parent | 4648ccdf96ae3a6d9f3b7e36233f3212c9477087 (diff) | |
download | emacs-359d3f49ef3f31e1b50ef672a0d2c9c958e15810.tar.gz |
(ffap): Remove defunct URL from custom group.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r-- | lisp/ffap.el | 3 |
1 files changed, 2 insertions, 1 deletions
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) |