emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 900947f: ; * test/src/callproc-tests.el: Fix checkdoc errors.


From: Philipp Stephani
Subject: master 900947f: ; * test/src/callproc-tests.el: Fix checkdoc errors.
Date: Sun, 12 Apr 2020 12:09:20 -0400 (EDT)

branch: master
commit 900947fbe8b202ce2ae15e87ef377ca27da73ec9
Author: Philipp Stephani <address@hidden>
Commit: Philipp Stephani <address@hidden>

    ; * 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 39d2014..bf7d47b 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 <https://www.gnu.org/licenses/>.
 
+
+;;; 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]