diff options
| author | Sean Whitton | 2026-01-01 12:54:34 +0000 |
|---|---|---|
| committer | Sean Whitton | 2026-01-01 12:54:34 +0000 |
| commit | c31f6adc31d48076c63ad82b83b2970e1b0d7b9b (patch) | |
| tree | 33f5b9d12ef31f91b4c417523106e93a7cff7b2b /src/bytecode.c | |
| parent | 4771cd2e5835efb6cfbc2efe2287ff58e7b5b6dc (diff) | |
| download | emacs-c31f6adc31d48076c63ad82b83b2970e1b0d7b9b.tar.gz emacs-c31f6adc31d48076c63ad82b83b2970e1b0d7b9b.zip | |
; Add 2026 to copyright years.
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index e3e36d9b315..bfa5bea3a1f 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-2025 Free Software Foundation, | 2 | Copyright (C) 1985-1988, 1993, 2000-2026 Free Software Foundation, |
| 3 | Inc. | 3 | Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |