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
This commit is contained in:
Paul Eggert 2020-01-01 01:08:16 +00:00
commit c6fb86b40b
2807 changed files with 2919 additions and 2875 deletions

View file

@ -1,6 +1,6 @@
;;; bytecomp.el --- compilation of Lisp code into byte code -*- lexical-binding: t -*-
;; Copyright (C) 1985-1987, 1992, 1994, 1998, 2000-2019 Free Software
;; Copyright (C) 1985-1987, 1992, 1994, 1998, 2000-2020 Free Software
;; Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>