emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/shellcop 173e4d632c: fixed byte-compile


From: ELPA Syncer
Subject: [nongnu] elpa/shellcop 173e4d632c: fixed byte-compile
Date: Thu, 28 Jul 2022 09:59:38 -0400 (EDT)

branch: elpa/shellcop
commit 173e4d632c94af6670869729c09bfb8ba484d257
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

    fixed byte-compile
---
 tests/my-byte-compile.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/my-byte-compile.el b/tests/my-byte-compile.el
index 85aa3617ef..e43090f5e4 100644
--- a/tests/my-byte-compile.el
+++ b/tests/my-byte-compile.el
@@ -1,4 +1,4 @@
-;;; my-elint.el --- syntax check the code  -*- lexical-binding: t -*-
+;;; my-byte-compile.el --- syntax check the code  -*- lexical-binding: t -*-
 
 ;; Copyright (C) 2022 Free Software Foundation, Inc.
 ;;
@@ -40,5 +40,4 @@
   (dolist (file files)
     (byte-compile-file file)))
 
-(provide 'my-byte-compile)
-;;; my-elint.el ends here
+;;; my-byte-compile.el ends here



reply via email to

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