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

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

[elpa] externals/hyperbole 9f2da92f80 2/2: Do not byte compile hmouse-in


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 9f2da92f80 2/2: Do not byte compile hmouse-info-tests (#150)
Date: Tue, 11 Jan 2022 16:57:50 -0500 (EST)

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

    Do not byte compile hmouse-info-tests (#150)
---
 ChangeLog                 | 5 +++++
 test/hmouse-info-tests.el | 7 ++++++-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3eca9a5d96..d2e32716fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-01-11  Mats Lidell  <matsl@gnu.org>
+
+* test/hmouse-info-tests.el: Don't byte compile since depends on
+    with-simulated-input. Patch from Stefan Monnier. Thank you Stefan.
+
 2022-01-09  Mats Lidell  <matsl@gnu.org>
 
 * test/hyperbole-tests.el (hyperbole-keymap-tests)
diff --git a/test/hmouse-info-tests.el b/test/hmouse-info-tests.el
index 5cd602b468..18e123f8b7 100644
--- a/test/hmouse-info-tests.el
+++ b/test/hmouse-info-tests.el
@@ -4,7 +4,7 @@
 ;;
 ;; Orig-Date: 29-Dec-21 at 09:02:00
 ;;
-;; Copyright (C) 2021  Free Software Foundation, Inc.
+;; Copyright (C) 2021-2022  Free Software Foundation, Inc.
 ;; See the "HY-COPY" file for license information.
 ;;
 ;; This file is part of GNU Hyperbole.
@@ -43,5 +43,10 @@
           (should (string-prefix-p "regexp" m t))))
     (kill-buffer "*info*")))
 
+;; FIXME: Can't compile when `with-simulated-input' is absent!
+;; Local Variables:
+;; no-byte-compile: t
+;; End:
+
 (provide 'hmouse-info-tests)
 ;;; hmouse-info-tests.el ends here



reply via email to

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