diff options
Diffstat (limited to 'compat-27.el')
| -rw-r--r-- | compat-27.el | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/compat-27.el b/compat-27.el index 19db3a6..30aa97c 100644 --- a/compat-27.el +++ b/compat-27.el @@ -21,8 +21,10 @@ ;;; Code: -(eval-when-compile (load "compat-macs.el" nil t t)) -(compat-declare-version "27.1") +(eval-when-compile (require 'compat-macs)) +(compat-require compat-26 "26.1") + +(compat-version "27.1") ;;;; Defined in fns.c @@ -825,7 +827,7 @@ discarded." ;;;; Defined in map-ynp.el -(compat-declare-version "26.2") +(compat-version "26.2") (compat-defvar read-answer-short 'auto ;; <compat-tests:read-answer> "If non-nil, the `read-answer' function accepts single-character answers. |
