]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/ffap.el (ffap-lax-url): Bump :version after recent change.
authorGlenn Morris <rgm@gnu.org>
Wed, 4 Jan 2017 18:32:18 +0000 (13:32 -0500)
committerGlenn Morris <rgm@gnu.org>
Wed, 4 Jan 2017 18:32:18 +0000 (13:32 -0500)
lisp/ffap.el

index c1fab70fe94b40d2d53432d44612f4ce6935a955..8b48d71baea6ec05ce7920580a17966556b26928 100644 (file)
@@ -170,7 +170,7 @@ this to nil will disable recognition of URLs that are not
 well-formed, such as \"user@host\" or \"<user@host>\"."
   :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'.