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

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

[elpa] externals/hyperbole e991ad7 2/2: Remove PRELOADS from kotl autolo


From: ELPA Syncer
Subject: [elpa] externals/hyperbole e991ad7 2/2: Remove PRELOADS from kotl autoloads generation (#93)
Date: Tue, 18 May 2021 02:57:09 -0400 (EDT)

branch: externals/hyperbole
commit e991ad72451ce90d42c4cdfac606b9c84a9230a6
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Remove PRELOADS from kotl autoloads generation (#93)
---
 ChangeLog | 3 +++
 Makefile  | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 68a96fa..b9469cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-05-17  Mats Lidell  <matsl@gnu.org>
 
+* Makefile (kotl/kotl-autoloads.el): Remove PRELOADS for generating
+    autoloads. Patch from Stefan Monnier. Thank you Stefan.
+
 * kotl/kotl-mode.el (kotl-mode):
   hyperbole.el (fboundp): Do not use with-suppressed-warnings since not
     available in Emacs 26
diff --git a/Makefile b/Makefile
index fc9c434..9c55112 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 #
 # Orig-Date:    15-Jun-94 at 03:42:38
 #
-# Copyright (C) 1994-2019  Free Software Foundation, Inc.
+# Copyright (C) 1994-2021  Free Software Foundation, Inc.
 # See the file HY-COPY for license information.
 #
 # This file is part of GNU Hyperbole.
@@ -340,7 +340,7 @@ hyperbole-autoloads.el: $(EL_COMPILE)
        $(EMACS) $(BATCHFLAGS) $(PRELOADS) --debug --eval "(progn (setq 
generated-autoload-file (expand-file-name \"hyperbole-autoloads.el\") 
backup-inhibited t) (let (find-file-hooks) (make-directory-autoloads \".\" 
generated-autoload-file)))"
 
 kotl/kotl-autoloads.el: $(EL_KOTL)
-       $(EMACS) $(BATCHFLAGS) $(PRELOADS) --eval "(progn (setq 
generated-autoload-file (expand-file-name \"kotl/kotl-autoloads.el\") 
backup-inhibited t) (let (find-file-hooks) (make-directory-autoloads \"kotl/\" 
generated-autoload-file)))"
+       $(EMACS) $(BATCHFLAGS) --eval "(progn (setq generated-autoload-file 
(expand-file-name \"kotl/kotl-autoloads.el\") backup-inhibited t) (let 
(find-file-hooks) (make-directory-autoloads \"kotl/\" 
generated-autoload-file)))"
 
 # Used for ftp.gnu.org tarball distributions.
 $(pkg_dir)/hyperbole-$(HYPB_VERSION).tar.gz:



reply via email to

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