From: Philipp Stephani Date: Wed, 30 Dec 2020 21:16:26 +0000 (+0100) Subject: ; * test/src/process-tests.el: Fix comment style. X-Git-Tag: emacs-28.0.90~4476 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f80eb0d44800c45b534056ae38401a03bed814bc;p=emacs.git ; * test/src/process-tests.el: Fix comment style. --- diff --git a/test/src/process-tests.el b/test/src/process-tests.el index aeb5b750212..21a9a964be5 100644 --- a/test/src/process-tests.el +++ b/test/src/process-tests.el @@ -425,4 +425,4 @@ FD_SETSIZE file descriptors (Bug#24325)." (delete-process process))))) (provide 'process-tests) -;; process-tests.el ends here. +;;; process-tests.el ends here