aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-07-06 00:50:51 +0000
committerGlenn Morris2009-07-06 00:50:51 +0000
commit359d3f49ef3f31e1b50ef672a0d2c9c958e15810 (patch)
treee78fd56595b8778b39cc0c013544c2b815d83d27
parent4648ccdf96ae3a6d9f3b7e36233f3212c9477087 (diff)
downloademacs-359d3f49ef3f31e1b50ef672a0d2c9c958e15810.tar.gz
emacs-359d3f49ef3f31e1b50ef672a0d2c9c958e15810.zip
(ffap): Remove defunct URL from custom group.
-rw-r--r--lisp/ffap.el3
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 @@
110 110
111(defgroup ffap nil 111(defgroup ffap nil
112 "Find file or URL at point." 112 "Find file or URL at point."
113 :link '(url-link :tag "URL" "ftp://ftp.mathcs.emory.edu/pub/mic/emacs/") 113 ;; Dead 2009/07/05.
114;; :link '(url-link :tag "URL" "ftp://ftp.mathcs.emory.edu/pub/mic/emacs/")
114 :group 'matching 115 :group 'matching
115 :group 'convenience) 116 :group 'convenience)
116 117