diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2025-02-09 22:17:45 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2025-02-09 22:44:51 +0100 |
commit | 893f6652da3127bb894c822f338179aa6c0cb1cc (patch) | |
tree | 25066871be06cf79ae7a1ee2b3c266d31496c891 /lisp/emacs-lisp | |
parent | 859608c05152ef7efdc55b3fcd3997d7801125f8 (diff) | |
download | emacs-893f6652da3127bb894c822f338179aa6c0cb1cc.tar.gz emacs-893f6652da3127bb894c822f338179aa6c0cb1cc.tar.bz2 emacs-893f6652da3127bb894c822f338179aa6c0cb1cc.zip |
; Add missing section marker to ert.el
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/ert.el | 2 |
1 files changed, 2 insertions, 0 deletions
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). |