diff options
| author | Eli Zaretskii | 2022-01-01 02:45:51 -0500 |
|---|---|---|
| committer | Eli Zaretskii | 2022-01-01 02:45:51 -0500 |
| commit | 19dcb237b5b02b36580294ab309124f346a66024 (patch) | |
| tree | d08a98347336f10265f20c46e3908dc74ef406d3 /src/commands.h | |
| parent | 8a08af20a8081f3dd419809122d82352633cc87d (diff) | |
| download | emacs-19dcb237b5b02b36580294ab309124f346a66024.tar.gz emacs-19dcb237b5b02b36580294ab309124f346a66024.zip | |
; Add 2022 to copyright years.
Diffstat (limited to 'src/commands.h')
| -rw-r--r-- | src/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h index 2205ebf7d39..6cc3e78de06 100644 --- a/src/commands.h +++ b/src/commands.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Definitions needed by most editing commands. | 1 | /* Definitions needed by most editing commands. |
| 2 | Copyright (C) 1985, 1994, 2001-2021 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 1994, 2001-2022 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||