diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8eef46a..925b7f0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,6 @@ jobs: strategy: matrix: emacs_version: - - 24.3 - 24.4 - 24.5 - 25.1 diff --git a/buttercup.el b/buttercup.el index f5592a0..1d93e18 100644 --- a/buttercup.el +++ b/buttercup.el @@ -6,7 +6,7 @@ ;; Version: 1.32 ;; Author: Jorgen Schaefer ;; Maintainer: Ola Nilsson -;; Package-Requires: ((emacs "24.3")) +;; Package-Requires: ((emacs "24.4")) ;; URL: https://github.com/jorgenschaefer/emacs-buttercup ;; This program is free software; you can redistribute it and/or diff --git a/tests/test-buttercup.el b/tests/test-buttercup.el index cdd74d2..1f502d2 100644 --- a/tests/test-buttercup.el +++ b/tests/test-buttercup.el @@ -121,8 +121,8 @@ text properties using `ansi-color-apply'." (with-current-buffer buffer (let ((tab-width 8) ; terminal uses 8 char tabs (indent-tabs-mode nil) ; make sure move-* does not insert tabs - ;; default tab-stops (8 char interval) Can be nil from 24.4 forward... - (tab-stop-list (eval (car (get 'tab-stop-list 'standard-value)))) + ;; default tab-stops (8 char interval) + tab-stop-list ctrl-char) (save-match-data (while (string-match "\\(.*?\\)\\([\b\t\n\v\f\r]\\)\\([^z-a]*\\)" string)