Skip to content

Commit

Permalink
Merge from origin/emacs-25
Browse files Browse the repository at this point in the history
42614fa Update remaining copyright years with admin.el M-x set-copyright
f17a006 * lisp/ffap.el (ffap-lax-url): Bump :version after recent cha...
  • Loading branch information
eggert committed Jan 17, 2017
2 parents dee6981 + 42614fa commit 2b36ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/refcards/ru-refcard.tex
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
\setlength{\ColThreeWidth}{25mm}

\newcommand{\versionemacs}[0]{26} % version of Emacs this is for
\newcommand{\cyear}[0]{2016} % copyright year
\newcommand{\cyear}[0]{2017} % copyright year

\newcommand\shortcopyrightnotice[0]{\vskip 1ex plus 2 fill
\centerline{\footnotesize \copyright\ \cyear\ Free Software Foundation, Inc.
Expand Down
2 changes: 1 addition & 1 deletion lisp/ffap.el
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,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'.
Expand Down

0 comments on commit 2b36ae0

Please sign in to comment.