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

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

[elpa] externals/phps-mode 579a1ff 1/2: Moved automation-grammar file to


From: Christian Johansson
Subject: [elpa] externals/phps-mode 579a1ff 1/2: Moved automation-grammar file to fix error in byte-compilation
Date: Tue, 3 Aug 2021 03:57:05 -0400 (EDT)

branch: externals/phps-mode
commit 579a1ff89fcb78053ff2e427fa4fa63eafd8c136
Author: Christian Johansson <christian@cvj.se>
Commit: Christian Johansson <christian@cvj.se>

    Moved automation-grammar file to fix error in byte-compilation
---
 Makefile                                                                | 2 +-
 .../phps-mode-automation-grammar.el => phps-mode-automation-grammar.el  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 18c670d..1359ab8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ EMACS = emacs
 ifdef emacs
        EMACS = $(emacs)
 endif
-EMACS_CMD := $(EMACS) -Q -batch -L . -L test/ -L admin/
+EMACS_CMD := $(EMACS) -Q -batch -L .
 
 .PHONY: clean
 clean:
diff --git a/admin/phps-mode-automation-grammar.el 
b/phps-mode-automation-grammar.el
similarity index 100%
rename from admin/phps-mode-automation-grammar.el
rename to phps-mode-automation-grammar.el



reply via email to

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