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

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

[elpa] externals/async 06f0ec7 17/27: Fix typo in previous commit


From: ELPA Syncer
Subject: [elpa] externals/async 06f0ec7 17/27: Fix typo in previous commit
Date: Fri, 30 Apr 2021 15:57:12 -0400 (EDT)

branch: externals/async
commit 06f0ec7d96d65e53cef978cf1abf3cb42a3ceb00
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix typo in previous commit
    
    Autoload file is async-autoloads.el.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 46472ad..0113408 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ clean:
 
 # Make autoloads file
 autoloads:
-       $(EVAL) "(progn (setq generated-autoload-file (expand-file-name 
\"helm-autoloads.el\" \"$(PKGDIR)\")) \
+       $(EVAL) "(progn (setq generated-autoload-file (expand-file-name 
\"async-autoloads.el\" \"$(PKGDIR)\")) \
 (setq backup-inhibited t) (update-directory-autoloads \"$(PKGDIR)\"))"
 
 PREFIX=/usr/local/share/



reply via email to

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