aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorPo Lu2023-01-02 21:38:37 +0800
committerPo Lu2023-01-02 21:38:37 +0800
commit6d823d1077e979b3266e85cbdc476646b7bdb36b (patch)
tree99c1ce32391f258084caa4bfc44686d12dff7c34 /src/alloc.c
parenta32963e11f9f8e5d22b0d754d34a867f3b178ed2 (diff)
parentc209802f7b3721a1b95113290934a23fee88f678 (diff)
downloademacs-6d823d1077e979b3266e85cbdc476646b7bdb36b.tar.gz
emacs-6d823d1077e979b3266e85cbdc476646b7bdb36b.zip
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index b8d326f4407..65a49108d86 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -1,6 +1,6 @@
1/* Storage allocation and gc for GNU Emacs Lisp interpreter. 1/* Storage allocation and gc for GNU Emacs Lisp interpreter.
2 2
3Copyright (C) 1985-2022 Free Software Foundation, Inc. 3Copyright (C) 1985-2023 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6