aboutsummaryrefslogtreecommitdiff
path: root/compat-macs.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-09-09 12:19:48 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-09-09 12:19:48 +0200
commitbc22c48cf9b7a8c852cbbfa6ee9b8a5822b947a0 (patch)
treef76f9771fd51ab353b39255a834913c21f42c1b8 /compat-macs.el
parent2cc2454fae1778cf99d40c58787c34ba40479f9c (diff)
parentecf53005abf6f0325d14e0e024222e22e982c8dd (diff)
Merge branch 'main' into emacs-30
Diffstat (limited to 'compat-macs.el')
-rw-r--r--compat-macs.el13
1 files changed, 7 insertions, 6 deletions
diff --git a/compat-macs.el b/compat-macs.el
index 5634790..41d368a 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: