From: Philipp Stephani Date: Sun, 12 Apr 2020 16:08:04 +0000 (+0200) Subject: ; * test/src/callproc-tests.el: Fix checkdoc errors. X-Git-Tag: emacs-28.0.90~7604 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=900947fbe8b202ce2ae15e87ef377ca27da73ec9;p=emacs.git ; * test/src/callproc-tests.el: Fix checkdoc errors. --- 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