Merge from origin/emacs-29

cae528457c ; Add 2023 to copyright years.
b394359261 Improve documentation of 'isearch-open-overlay-temporary'
ab3210e709 Document 'use-package' in the 2 main manuals

# Conflicts:
#	etc/refcards/ru-refcard.tex
#	lib/explicit_bzero.c
#	m4/explicit_bzero.m4
This commit is contained in:
Eli Zaretskii 2023-01-01 05:47:47 -05:00
commit 3c55fbd4ad
3238 changed files with 3514 additions and 3287 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-2022 Free Software
;; Copyright (C) 1985-1987, 1992, 1994, 1998, 2000-2023 Free Software
;; Foundation, Inc.
;; Author: Jamie Zawinski <jwz@lucid.com>