branch: externals/compat commit a403485275bcfaa5de411c785f48cddcc5d7b0fa Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Require compat-macs in eval-when-compile instead of eval-and-compile --- compat-24.2.el | 2 +- compat-24.3.el | 2 +- compat-24.4.el | 2 +- compat-25.1.el | 2 +- compat-26.1.el | 2 +- compat-27.1.el | 2 +- compat-28.1.el | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/compat-24.2.el b/compat-24.2.el index bc1a15d..7eff5f5 100644 --- a/compat-24.2.el +++ b/compat-24.2.el @@ -27,7 +27,7 @@ ;;; Code: -(eval-and-compile (require 'compat-macs)) +(eval-when-compile (require 'compat-macs)) ;;;; Defined in subr.el diff --git a/compat-24.3.el b/compat-24.3.el index 93a7be3..d2ba1dd 100644 --- a/compat-24.3.el +++ b/compat-24.3.el @@ -27,7 +27,7 @@ ;;; Code: -(eval-and-compile (require 'compat-macs)) +(eval-when-compile (require 'compat-macs)) ;;;; Defined in subr.el diff --git a/compat-24.4.el b/compat-24.4.el index b744562..a5f6093 100644 --- a/compat-24.4.el +++ b/compat-24.4.el @@ -27,7 +27,7 @@ ;;; Code: -(eval-and-compile (require 'compat-macs)) +(eval-when-compile (require 'compat-macs)) ;;;; Defined in data.c diff --git a/compat-25.1.el b/compat-25.1.el index a8010e0..7621006 100644 --- a/compat-25.1.el +++ b/compat-25.1.el @@ -27,7 +27,7 @@ ;;; Code: -(eval-and-compile (require 'compat-macs)) +(eval-when-compile (require 'compat-macs)) ;;;; Defined in fns.c diff --git a/compat-26.1.el b/compat-26.1.el index 59d08eb..2728498 100644 --- a/compat-26.1.el +++ b/compat-26.1.el @@ -27,7 +27,7 @@ ;;; Code: -(eval-and-compile (require 'compat-macs)) +(eval-when-compile (require 'compat-macs)) ;;;; Defined in fns.c diff --git a/compat-27.1.el b/compat-27.1.el index 45b7947..1aa12f3 100644 --- a/compat-27.1.el +++ b/compat-27.1.el @@ -27,7 +27,7 @@ ;;; Code: -(eval-and-compile (require 'compat-macs)) +(eval-when-compile (require 'compat-macs)) ;;;; Defined in fns.c diff --git a/compat-28.1.el b/compat-28.1.el index 93d3699..71fab35 100644 --- a/compat-28.1.el +++ b/compat-28.1.el @@ -27,7 +27,7 @@ ;;; Code: -(eval-and-compile (require 'compat-macs)) +(eval-when-compile (require 'compat-macs)) ;;;; Defined in fns.c