These two pieces of documentation disagree with each other:
From README.md
:
To load [functions and macros with
a leading `compat-`], an additional
(require 'compat-XY) ; e.g. 26
will be necessary, to load compatibility code for Emacs version XY.
and compat-XY.el
:
;;; Commentary:
;; Find here the functionality added in Emacs 26.1, needed by older
;; versions.
;;
;; Do NOT load this library manually. Instead require `compat'.
"~tarsius" outgoing@sr.ht writes:
These two pieces of documentation disagree with each other:
From
README.md
:To load [functions and macros with a leading `compat-`], an additional (require 'compat-XY) ; e.g. 26 will be necessary, to load compatibility code for Emacs version XY.
and
compat-XY.el
:;;; Commentary: ;; Find here the functionality added in Emacs 26.1, needed by older ;; versions. ;; ;; Do NOT load this library manually. Instead require `compat'.
I have updated the documentation in each compat-XY.el file with the commit 2f3593ab7f. Does it look good to you?
Perfect, thanks!