1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-15 17:00:26 +00:00

* lisp/ffap.el (ffap-lax-url): Bump :version after recent change.

This commit is contained in:
Glenn Morris 2017-01-04 13:32:18 -05:00
parent 8dd624c8ac
commit f17a0069f9

View 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'.