From 893f6652da3127bb894c822f338179aa6c0cb1cc Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sun, 9 Feb 2025 22:17:45 +0100 Subject: [PATCH] ; Add missing section marker to ert.el --- lisp/emacs-lisp/ert.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el index bf57d7b6774..5d1b9f2acbb 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el @@ -2864,6 +2864,8 @@ To be used in the ERT results buffer." 'ert--activate-font-lock-keywords) nil) +;;; erts files. + (defun ert-test-erts-file (file &optional transform) "Parse FILE as a file containing before/after parts (an erts file).