aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-09-09 12:17:48 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-09-09 12:18:55 +0200
commitb6dab0f8f3ca53621c0489be6e859fc3e1ef9e07 (patch)
tree7c8a581a431a810e2a74f491cb7db30a8294d7f3
parentbf21ecfa79303fdb310a2e187605db3119f9c724 (diff)
compat-macs: Be explicit about the intended usage of compat-macs
https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-09/msg00983.html
-rw-r--r--compat-macs.el13
1 files changed, 7 insertions, 6 deletions
diff --git a/compat-macs.el b/compat-macs.el
index 6c6e220..703a4e9 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: