diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-01-01 01:08:16 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-01-01 01:08:16 +0000 |
commit | c6fb86b40bebf597fccbe4eba58ceea83bd9700f (patch) | |
tree | ab703ac6f4e85e6df08c467bc48cb7ae670f5ba9 /etc/NEWS.27 | |
parent | 47f66e1aaf01d72e3b0db6eadbab378bfac96681 (diff) | |
parent | 186152ba400b58d2d278c52d2e3d896decae767e (diff) | |
download | emacs-c6fb86b40bebf597fccbe4eba58ceea83bd9700f.tar.gz emacs-c6fb86b40bebf597fccbe4eba58ceea83bd9700f.tar.bz2 emacs-c6fb86b40bebf597fccbe4eba58ceea83bd9700f.zip |
Merge from origin/emacs-27
186152ba40 Pacify gcc -Wunused-function on Ubuntu 18.04.3
4cd143aded Fix copyright years by hand
365e01cc9f Update copyright year to 2020
cd2c156163 ; * etc/NEWS: Make the description of XDG fallback more ac...
# Conflicts:
# etc/NEWS
# etc/refcards/ru-refcard.tex
Diffstat (limited to 'etc/NEWS.27')
-rw-r--r-- | etc/NEWS.27 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27 index 0c055ca682b..a8c8e2763e4 100644 --- a/etc/NEWS.27 +++ b/etc/NEWS.27 @@ -1,6 +1,6 @@ GNU Emacs NEWS -- history of user-visible changes. -Copyright (C) 2017-2019 Free Software Foundation, Inc. +Copyright (C) 2017-2020 Free Software Foundation, Inc. See the end of the file for license conditions. Please send Emacs bug reports to 'bug-gnu-emacs@gnu.org'. @@ -164,7 +164,7 @@ and will override their traditional locations (the home directory, "~/.emacs.d", etc.). Emacs will still look for init files in their traditional locations if -XDG_CONFIG_HOME does not exist, so invoking Emacs with +XDG_CONFIG_HOME/emacs does not exist, so invoking Emacs with XDG_CONFIG_HOME='/nowhere' might be useful if your new-location init files are scrambled, or if you want to force Emacs to ignore files under XDG_CONFIG_HOME for some other reason. |