From 900947fbe8b202ce2ae15e87ef377ca27da73ec9 Mon Sep 17 00:00:00 2001 From: Philipp Stephani Date: Sun, 12 Apr 2020 18:08:04 +0200 Subject: [PATCH] ; * test/src/callproc-tests.el: Fix checkdoc errors. --- test/src/callproc-tests.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/src/callproc-tests.el b/test/src/callproc-tests.el index 39d2014488a..bf7d47b27f1 100644 --- a/test/src/callproc-tests.el +++ b/test/src/callproc-tests.el @@ -17,6 +17,11 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see . + +;;; Commentary: +;; +;; Unit tests for src/callproc.c. + ;;; Code: (require 'ert) @@ -60,3 +65,5 @@ (call-process "c:/nul.exe") (error :got-error)))) (should have-called-debugger))) + +;;; callproc-tests.el ends here -- 2.39.5