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

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

[nongnu] elpa/evil-nerd-commenter b1a92221c9: fixed byte-compile


From: ELPA Syncer
Subject: [nongnu] elpa/evil-nerd-commenter b1a92221c9: fixed byte-compile
Date: Thu, 28 Jul 2022 09:58:44 -0400 (EDT)

branch: elpa/evil-nerd-commenter
commit b1a92221c9735c2681806a3d5a86c7258e73089f
Author: Chen Bin <chenbin.sh@gmail.com>
Commit: Chen Bin <chenbin.sh@gmail.com>

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

diff --git a/tests/my-byte-compile.el b/tests/my-byte-compile.el
index d765dd79b5..8dd7228d89 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 Chen Bin
 ;;
@@ -39,5 +39,4 @@
   (dolist (file files)
     (byte-compile-file file)))
 
-(provide 'my-byte-compile)
 ;;; my-byte-compile.el ends here



reply via email to

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