aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorEli Zaretskii2023-01-01 05:31:12 -0500
committerEli Zaretskii2023-01-01 05:31:12 -0500
commitcae528457cb862dc886a34240c9d4c73035b6659 (patch)
treec2742863568820ff9accae8b5eeac77c54926ab7 /src/bytecode.c
parentb394359261c05fe847fac6a2075aa22f9a0eec2f (diff)
downloademacs-cae528457cb862dc886a34240c9d4c73035b6659.tar.gz
emacs-cae528457cb862dc886a34240c9d4c73035b6659.zip
; Add 2023 to copyright years.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c
index c765e1be2bc..124348e5b35 100644
--- a/src/bytecode.c
+++ b/src/bytecode.c
@@ -1,5 +1,5 @@
1/* Execution of byte code produced by bytecomp.el. 1/* Execution of byte code produced by bytecomp.el.
2 Copyright (C) 1985-1988, 1993, 2000-2022 Free Software Foundation, 2 Copyright (C) 1985-1988, 1993, 2000-2023 Free Software Foundation,
3 Inc. 3 Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.