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
This commit is contained in:
parent
e338a8ac41
commit
b93eb68cc3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue