diff options
| author | Glenn Morris | 2017-01-04 13:32:18 -0500 |
|---|---|---|
| committer | Glenn Morris | 2017-01-04 13:32:18 -0500 |
| commit | f17a0069f941f14126e4f4bbcabae36a425308f2 (patch) | |
| tree | f1edd8ebeec8b970e5c5206176c6adb3185ba88f | |
| parent | 8dd624c8ac179d5381e00c04358d353866f60f9f (diff) | |
| download | emacs-f17a0069f941f14126e4f4bbcabae36a425308f2.tar.gz emacs-f17a0069f941f14126e4f4bbcabae36a425308f2.zip | |
* lisp/ffap.el (ffap-lax-url): Bump :version after recent change.
| -rw-r--r-- | lisp/ffap.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 170 | well-formed, such as \"user@host\" or \"<user@host>\"." | 170 | well-formed, such as \"user@host\" or \"<user@host>\"." |
| 171 | :type 'boolean | 171 | :type 'boolean |
| 172 | :group 'ffap | 172 | :group 'ffap |
| 173 | :version "25.1") | 173 | :version "25.2") ; nil -> t |
| 174 | 174 | ||
| 175 | (defcustom ffap-ftp-default-user "anonymous" | 175 | (defcustom ffap-ftp-default-user "anonymous" |
| 176 | "User name in FTP file names generated by `ffap-host-to-path'. | 176 | "User name in FTP file names generated by `ffap-host-to-path'. |