]> code.delx.au - gnu-emacs/blobdiff - lisp/ffap.el
Update copyright year to 2015
[gnu-emacs] / lisp / ffap.el
index 95a651bbde6c8feaf19a310acf38d6126a82b6d5..1b8ea60e03be01def6b144c40635c143f22ed2b4 100644 (file)
@@ -1,6 +1,6 @@
 ;;; ffap.el --- find file (or url) at point
 
-;; Copyright (C) 1995-1997, 2000-2014 Free Software Foundation, Inc.
+;; Copyright (C) 1995-1997, 2000-2015 Free Software Foundation, Inc.
 
 ;; Author: Michelangelo Grigni <mic@mathcs.emory.edu>
 ;; Maintainer: emacs-devel@gnu.org
@@ -167,7 +167,7 @@ schemes (e.g. \"ftp\"); in that case, only convert those URLs."
   "If non-nil, allow lax URL matching."
   :type 'boolean
   :group 'ffap
-  :version "24.5")
+  :version "25.1")
 
 (defcustom ffap-ftp-default-user "anonymous"
   "User name in FTP file names generated by `ffap-host-to-path'.