From 161152f893c33c590066c03b4fe412acb86ace49 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 (cherry picked from commit 893f6652da3127bb894c822f338179aa6c0cb1cc) --- 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 fc1a4f22c96..2fb15aed2b6 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el @@ -2853,6 +2853,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). -- 2.39.5