branch: externals/phps-mode commit 579a1ff89fcb78053ff2e427fa4fa63eafd8c136 Author: Christian Johansson <christ...@cvj.se> Commit: Christian Johansson <christ...@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