diff options
| author | Po Lu | 2024-08-29 08:53:52 +0800 |
|---|---|---|
| committer | Po Lu | 2024-08-29 08:53:52 +0800 |
| commit | 413489fe80a4736d6dc026cfc3b6d2ce3af44005 (patch) | |
| tree | badcfd28962a0dbc06f04c624916a8e5eb71140b /test | |
| parent | e97ab1c41332e179939f457cc010a606a5124ff8 (diff) | |
| parent | e6c72aec9d7eba8f3312811a1b6dc925850460f4 (diff) | |
| download | emacs-413489fe80a4736d6dc026cfc3b6d2ce3af44005.tar.gz emacs-413489fe80a4736d6dc026cfc3b6d2ce3af44005.zip | |
Merge from savannah/emacs-30
e6c72aec9d7 ; Fix typos
9ffa38d3925 Eglot: fix completion highlighting (bug#72824)
d6880bc24dd ; * admin/make-tarball.txt: Document gotcha.
afee71273b7 Discuss commit log messages on feature branches
77302ccb6aa * admin/authors.el (authors-fixed-entries): Update docstr...
3a4839d1427 More consistent treesit-forward-sexp around comments (bug...
31293155879 Improve php-ts-mode font lock and support latest grammar ...
b8c05d73a11 Fix tree-sitter local parser overlay cleanup routine
aa6ed7f67ec Fix copyright years by hand (Bug#72809)
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/which-key-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/which-key-tests.el b/test/lisp/which-key-tests.el index 3b42a7bd504..27081bc5565 100644 --- a/test/lisp/which-key-tests.el +++ b/test/lisp/which-key-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; which-key-tests.el --- Tests for which-key.el -*- lexical-binding: t; -*- | 1 | ;;; which-key-tests.el --- Tests for which-key.el -*- lexical-binding: t; -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2017-2021 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2017-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Justin Burkett <justin@burkett.cc> | 5 | ;; Author: Justin Burkett <justin@burkett.cc> |
| 6 | ;; Maintainer: Justin Burkett <justin@burkett.cc> | 6 | ;; Maintainer: Justin Burkett <justin@burkett.cc> |