From: Stefan Kangas Date: Sun, 9 Feb 2025 21:17:45 +0000 (+0100) Subject: ; Add missing section marker to ert.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=161152f893c33c590066c03b4fe412acb86ace49;p=emacs.git ; Add missing section marker to ert.el (cherry picked from commit 893f6652da3127bb894c822f338179aa6c0cb1cc) --- 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).