branch: elpa/forth-mode
commit 2e75fb156f76034f91ec78777c37774f82fa5c14
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>

    Fix warning about defvar ignored.
---
 build.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.el b/build.el
index 4ada50e009..c5d78455c2 100644
--- a/build.el
+++ b/build.el
@@ -1,5 +1,6 @@
 (princ (emacs-version))
 
+(require 'autoload)
 (let ((generated-autoload-file (concat default-directory "autoloads.el")))
   (update-directory-autoloads "." "./backend"))
 (load-file "autoloads.el")

Reply via email to