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

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

[elpa] externals/hyperbole 41b4e63 1/2: hypb-ert.el - Fix Emacs 27.1 byt


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 41b4e63 1/2: hypb-ert.el - Fix Emacs 27.1 byte-compile error for defal macro
Date: Sat, 1 May 2021 12:57:16 -0400 (EDT)

branch: externals/hyperbole
commit 41b4e63de6097af95c42c15a890530b2276d2867
Author: Bob Weiner <rsw@gnu.org>
Commit: Bob Weiner <rsw@gnu.org>

    hypb-ert.el - Fix Emacs 27.1 byte-compile error for defal macro
---
 Changes     | 5 +++++
 hypb-ert.el | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/Changes b/Changes
index 240956d..cdac411 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+2021-05-01  Bob Weiner  <rsw@gnu.org>
+
+* hypb-ert.el (hypb-ert-sym, hypb-ert-sel): Change 2nd args to
+    strings to fix Emacs 27 byte-compile error.
+
 2021-04-30  Bob Weiner  <rsw@gnu.org>
 
 * hpath.el (hpath:at-p):
diff --git a/hypb-ert.el b/hypb-ert.el
index c2db761..4800858 100644
--- a/hypb-ert.el
+++ b/hypb-ert.el
@@ -43,8 +43,8 @@
   (mapc #'load-file (hypb-run-ert-test-libraries))
   (ert test-selector))
 
-(defal hypb-ert-sym 'hypb-run-ert-test-symbol)
-(defal hypb-ert-sel 'hypb-run-ert-test-selector)
+(defal hypb-ert-sym "hypb-run-ert-test-symbol")
+(defal hypb-ert-sel "hypb-run-ert-test-selector")
 
 (defun hypb-run-all-tests ()
   "Run every ert test."



reply via email to

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