branch: externals/compat commit bc22c48cf9b7a8c852cbbfa6ee9b8a5822b947a0 Merge: 2cc2454fae ecf53005ab Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Merge branch 'main' into emacs-30 --- compat-macs.el | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/compat-macs.el b/compat-macs.el index 5634790b48..41d368a688 100644 --- a/compat-macs.el +++ b/compat-macs.el @@ -17,12 +17,13 @@ ;;; Commentary: -;; This file provides *internal* macros, which are used by Compat to -;; facilitate the definition of compatibility functions, macros and -;; variables. The `compat-macs' feature should never be loaded at -;; runtime in your Emacs and will only be used during byte -;; compilation. Every definition provided here should be considered -;; internal and may change any time between Compat releases. +;; WARNING: This file provides *internal* macros. The macros are used +;; by Compat to facilitate the definition of compatibility functions, +;; compatibility macros and compatibility variables. The +;; `compat-macs' feature should never be loaded at runtime in your +;; Emacs and will only be used during byte compilation. Every +;; definition provided here is internal, may change any time between +;; Compat releases and must not be used by other packages. ;;; Code: