Skip to content

Commit 83cc77c

Browse files
committed
Use string instead of symbol
1 parent 7b9e511 commit 83cc77c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ php-mode-autoloads.el:
1313
$(EMACS) -Q -batch -L . --eval \
1414
"(progn \
1515
(require 'package) \
16-
(package-generate-autoloads 'php-mode default-directory))"
16+
(package-generate-autoloads \"php-mode\" default-directory))"
1717

1818
clean:
1919
rm -f $(ELCS) php-mode-autoloads.el

0 commit comments

Comments
 (0)