From 1e1202aa3aa4d616c02f94f78b1d0f588004db52 Mon Sep 17 00:00:00 2001 From: Antonio Fasano Date: Mon, 16 Dec 2019 14:07:30 +0100 Subject: [PATCH] Fixed message typo. --- share/emacs/site-lisp/site-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/emacs/site-lisp/site-start.el b/share/emacs/site-lisp/site-start.el index 8b3e1eb..25e2bd7 100644 --- a/share/emacs/site-lisp/site-start.el +++ b/share/emacs/site-lisp/site-start.el @@ -1101,7 +1101,7 @@ See `exam-err' for more safe belts." (switch-to-buffer buffer)) - (run-at-time "1 sec" nil (lambda () (message "Good luck with the your test!"))) + (run-at-time "1 sec" nil (lambda () (message "Good luck with your test!"))) ;; Better as last item, so we can easily close Emacs in case of failures (add-hook 'kill-emacs-query-functions 'exam-exit-hook))