branch: externals/compat
commit 2ff3eb78ebe06f5a2d6609896e921d7cdd735edb
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@posteo.net>

    Prevent compat-macs.el from being byte compiled
    
    It appears that having an outdated compat-macs.el loaded can cause
    issues when updating between versions with new macros.
---
 compat-macs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-macs.el b/compat-macs.el
index fa0f6ea74a..c6417c8379 100644
--- a/compat-macs.el
+++ b/compat-macs.el
@@ -1,4 +1,4 @@
-;;; compat-macs.el --- Compatibility Macros           -*- lexical-binding: t; 
-*-
+;;; compat-macs.el --- Compatibility Macros           -*- lexical-binding: t; 
no-byte-compile: t; -*-
 
 ;; Copyright (C) 2021, 2022 Free Software Foundation, Inc.
 

Reply via email to