branch: externals/hyperbole commit 7a5e3071b62c1b99377ccedd0b8ac3857ba61bf7 Merge: c0f33ab989 c6597714ea Author: Bob Weiner <r...@gnu.org> Commit: Bob Weiner <r...@gnu.org>
Merge branch 'rsw' of hyperbole into rsw --- ChangeLog | 5 +++++ Makefile | 6 +++--- test/hui-select-tests.el | 3 +-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2182bb37e4..c4741b6665 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,11 @@ (hsys-org-get-libraries-to-reload): Add to compute wrong Org libraries loaded and use in above function. +2024-01-17 Mats Lidell <ma...@gnu.org> + +* test/hui-select-tests.el (hui-select--thing): Remove not interactive + guard. + 2024-01-16 Mats Lidell <ma...@gnu.org> * Makefile (eln): Use echo target for showing build info as part of the diff --git a/Makefile b/Makefile index bf52af0a97..9032b858c2 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Author: Bob Weiner # # Orig-Date: 15-Jun-94 at 03:42:38 -# Last-Mod: 16-Jan-24 at 11:26:22 by Mats Lidell +# Last-Mod: 17-Jan-24 at 14:57:57 by Mats Lidell # # Copyright (C) 1994-2023 Free Software Foundation, Inc. # See the file HY-COPY for license information. @@ -260,8 +260,8 @@ help: all: help echo: - @echo "Emacs: $(shell which emacs)" - @echo "Version: $(shell emacs --version)" + @echo "Emacs: $(shell which ${EMACS})" + @echo "Version: $(shell ${EMACS} --version)" @echo "TERM: $(TERM)" @echo "DISPLAY: $(DISPLAY)" diff --git a/test/hui-select-tests.el b/test/hui-select-tests.el index fb3ad9f4eb..6a72363fb6 100644 --- a/test/hui-select-tests.el +++ b/test/hui-select-tests.el @@ -3,7 +3,7 @@ ;; Author: Mats Lidell <ma...@gnu.org> ;; ;; Orig-Date: 14-Apr-22 at 23:45:52 -;; Last-Mod: 23-Nov-23 at 02:12:38 by Bob Weiner +;; Last-Mod: 16-Jan-24 at 17:57:01 by Mats Lidell ;; ;; SPDX-License-Identifier: GPL-3.0-or-later ;; @@ -82,7 +82,6 @@ (ert-deftest hui-select--thing () "`hui-select-thing' selects bigger sections of text when called repeatedly." - (skip-unless (not noninteractive)) (hui-select-reset) (with-temp-buffer (insert "Buffer\n\nParagraph\nline. One word.")