emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ffap.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ffap.el
Date: Mon, 06 Jul 2009 00:50:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/07/06 00:50:51

Modified files:
        lisp           : ffap.el 

Log message:
        (ffap): Remove defunct URL from custom group.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ffap.el?cvsroot=emacs&r1=1.83&r2=1.84

Patches:
Index: ffap.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/ffap.el,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -b -r1.83 -r1.84
--- ffap.el     6 Jul 2009 00:49:25 -0000       1.83
+++ ffap.el     6 Jul 2009 00:50:51 -0000       1.84
@@ -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)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]