diff options
author | Thuna <thuna.cing@gmail.com> | 2023-02-14 19:52:37 +0100 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-05-02 21:02:19 +0300 |
commit | b93eb68cc30241059a339fbc697677f8f1d400ab (patch) | |
tree | 65751f1c0e5aaf0451af9e63a6f9dc5621f0551c /test/lisp/calendar/cal-julian-tests.el | |
parent | e338a8ac41d4a9fd798dda90275abe75ac071335 (diff) | |
download | emacs-b93eb68cc30241059a339fbc697677f8f1d400ab.tar.gz emacs-b93eb68cc30241059a339fbc697677f8f1d400ab.tar.bz2 emacs-b93eb68cc30241059a339fbc697677f8f1d400ab.zip |
Use 'calendar-buffer' instead of fixed string
* test/lisp/calendar/cal-julian-tests.el (with-cal-julian-test):
Use 'calendar-buffer' instead of a literal fixed name.
(Bug#61546)
Copyright-paperwork-exempt: yes
Diffstat (limited to 'test/lisp/calendar/cal-julian-tests.el')
-rw-r--r-- | test/lisp/calendar/cal-julian-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/calendar/cal-julian-tests.el b/test/lisp/calendar/cal-julian-tests.el index e0d74e8a6cd..4207d1ee285 100644 --- a/test/lisp/calendar/cal-julian-tests.el +++ b/test/lisp/calendar/cal-julian-tests.el @@ -47,7 +47,7 @@ (progn (calendar) ,@body) - (kill-buffer "*Calendar*")))) + (kill-buffer calendar-buffer)))) (ert-deftest cal-julian-test-goto-date () (with-cal-julian-test |