From b6dab0f8f3ca53621c0489be6e859fc3e1ef9e07 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 9 Sep 2023 12:17:48 +0200 Subject: compat-macs: Be explicit about the intended usage of compat-macs https://lists.gnu.org/archive/html/bug-gnu-emacs/2023-09/msg00983.html --- compat-macs.el | 13 +++++++------ 1 file 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: -- cgit v1.0 From ecf53005abf6f0325d14e0e024222e22e982c8dd Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sat, 9 Sep 2023 12:19:35 +0200 Subject: Whitespace fix --- compat-macs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat-macs.el b/compat-macs.el index 703a4e9..5f11edf 100644 --- a/compat-macs.el +++ b/compat-macs.el @@ -17,7 +17,7 @@ ;;; Commentary: -;; WARNING: This file provides *internal* macros. The macros are used +;; 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 -- cgit v1.0