From: Glenn Morris Date: Wed, 4 Jan 2017 18:32:18 +0000 (-0500) Subject: * lisp/ffap.el (ffap-lax-url): Bump :version after recent change. X-Git-Tag: emacs-25.2-rc1~40 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f17a0069f941f14126e4f4bbcabae36a425308f2;p=emacs.git * lisp/ffap.el (ffap-lax-url): Bump :version after recent change. --- diff --git a/lisp/ffap.el b/lisp/ffap.el index c1fab70fe94..8b48d71baea 100644 --- a/lisp/ffap.el +++ b/lisp/ffap.el @@ -170,7 +170,7 @@ this to nil will disable recognition of URLs that are not well-formed, such as \"user@host\" or \"\"." :type 'boolean :group 'ffap - :version "25.1") + :version "25.2") ; nil -> t (defcustom ffap-ftp-default-user "anonymous" "User name in FTP file names generated by `ffap-host-to-path'.