aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-01-17 07:34:25 -0800
committerPaul Eggert2017-01-17 07:34:25 -0800
commit2b36ae07e3c8106e4603b330fc470f0595d28de0 (patch)
treef6de503d5995ef4eea4fd9099bf9ea4502b76ff8
parentdee6981c8de6347ef66a9a1c37d65c43a9a8c4a6 (diff)
parent42614fafa273f9a692c42c4dd1220e0db49e7a4c (diff)
downloademacs-2b36ae07e3c8106e4603b330fc470f0595d28de0.tar.gz
emacs-2b36ae07e3c8106e4603b330fc470f0595d28de0.zip
Merge from origin/emacs-25
42614fa Update remaining copyright years with admin.el M-x set-copyright f17a006 * lisp/ffap.el (ffap-lax-url): Bump :version after recent cha...
-rw-r--r--etc/refcards/ru-refcard.tex2
-rw-r--r--lisp/ffap.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/refcards/ru-refcard.tex b/etc/refcards/ru-refcard.tex
index c961f7a2a02..fad75ddda47 100644
--- a/etc/refcards/ru-refcard.tex
+++ b/etc/refcards/ru-refcard.tex
@@ -41,7 +41,7 @@
41\setlength{\ColThreeWidth}{25mm} 41\setlength{\ColThreeWidth}{25mm}
42 42
43\newcommand{\versionemacs}[0]{26} % version of Emacs this is for 43\newcommand{\versionemacs}[0]{26} % version of Emacs this is for
44\newcommand{\cyear}[0]{2016} % copyright year 44\newcommand{\cyear}[0]{2017} % copyright year
45 45
46\newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill 46\newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill
47 \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc. 47 \centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc.
diff --git a/lisp/ffap.el b/lisp/ffap.el
index 068897b21b8..d7222bfb681 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -171,7 +171,7 @@ this to nil will disable recognition of URLs that are not
171well-formed, such as \"user@host\" or \"<user@host>\"." 171well-formed, such as \"user@host\" or \"<user@host>\"."
172 :type 'boolean 172 :type 'boolean
173 :group 'ffap 173 :group 'ffap
174 :version "25.1") 174 :version "25.2") ; nil -> t
175 175
176(defcustom ffap-ftp-default-user "anonymous" 176(defcustom ffap-ftp-default-user "anonymous"
177 "User name in FTP file names generated by `ffap-host-to-path'. 177 "User name in FTP file names generated by `ffap-host-to-path'.