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

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

[elpa] externals/csharp-mode 2b86cc1 1/4: `files` directive is not neede


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 2b86cc1 1/4: `files` directive is not needed so delete this
Date: Tue, 19 Oct 2021 13:57:17 -0400 (EDT)

branch: externals/csharp-mode
commit 2b86cc1f3c6cbbcc1e238346d0965561e2dc34e4
Author: Naoya Yamashita <conao3@gmail.com>
Commit: Naoya Yamashita <conao3@gmail.com>

    `files` directive is not needed so delete this
    
    And because of this, useless files are recognized as package files.
    
    Before this commit
        $ cask files
        csharp-compilation.el
        csharp-mode-tests.el
        csharp-mode.el
        csharp-tree-sitter.el
    
    After this commit
        $ cask files
        csharp-compilation.el
        csharp-mode.el
        csharp-tree-sitter.el
---
 Cask | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Cask b/Cask
index b9e5561..62dee0e 100644
--- a/Cask
+++ b/Cask
@@ -2,4 +2,3 @@
 (source melpa)
 
 (package-file "csharp-mode.el")
-(files "*.el")



reply via email to

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