diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2024-05-30 13:03:42 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2024-05-30 13:03:42 +0200 |
| commit | ea96659971022da5f0706c3bba30653a4ed190a3 (patch) | |
| tree | 361a18a1c4b83a4d7f90fd93d9dca23ebeacbc09 | |
| parent | 00e3c3034bf879cbb6495ac07c3576a87d104bed (diff) | |
compat-28: Fix links to tests
| -rw-r--r-- | compat-28.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-28.el b/compat-28.el index 5e13d4d..12e7b48 100644 --- a/compat-28.el +++ b/compat-28.el @@ -397,7 +397,7 @@ not a list, return a one-element list containing OBJECT." ;;;; Defined in data.c ;; Renamed in Emacs 30 to `native-comp-function-p'. -(compat-defalias subr-native-elisp-p ignore :obsolete t) ;; <compat-tests:obsolte-subr-native-elisp-p> +(compat-defalias subr-native-elisp-p ignore :obsolete t) ;; <compat-tests:obsolete-subr-native-elisp-p> ;;;; Defined in subr-x.el |
