branch: externals/compat commit 255f93b1e51e4947d50073c819d001cd6477bc63 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Warn about the usage of and-let* --- MANUAL | 3 +++ compat.texi | 3 +++ 2 files changed, 6 insertions(+) diff --git a/MANUAL b/MANUAL index 160c11fdff..d623547649 100644 --- a/MANUAL +++ b/MANUAL @@ -246,6 +246,9 @@ provided by Compat by default: - Macro: if-let* :: Defined in ~subr-x.el~. - Macro: when-let* :: Defined in ~subr-x.el~. - Macro: and-let* :: Defined in ~subr-x.el~. + + **Please Note:** The implementation provided by Compat does not + include a bug that was observed with Emacs 26 (see [[debbugs:31840]]). - Function: file-local-name :: See [[info:elisp#Magic File Names][(elisp) Magic File Names]]. - Function: file-name-quoted-p :: See [[info:elisp#File Name Expansion][(elisp) File Name Expansion]]. - Function: file-name-quote :: See [[info:elisp#File Name Expansion][(elisp) File Name Expansion]]. diff --git a/compat.texi b/compat.texi index fb4ec9e513..5f16078804 100644 --- a/compat.texi +++ b/compat.texi @@ -513,6 +513,9 @@ Defined in @code{subr-x.el}. @defmac and-let* Defined in @code{subr-x.el}. + +@strong{@strong{Please Note:}} The implementation provided by Compat does not +include a bug that was observed with Emacs 26 (see @uref{https://debbugs.gnu.org/cgi/bugreport.cgi?bug=31840}). @end defmac @defun file-local-name