emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat 3bd425a0d6 67/84: Prevent compat-macs.el from be


From: ELPA Syncer
Subject: [elpa] externals/compat 3bd425a0d6 67/84: Prevent compat-macs.el from being byte compiled
Date: Tue, 3 Jan 2023 08:57:37 -0500 (EST)

branch: externals/compat
commit 3bd425a0d682c310e54b06e929a3e495b6487c9d
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@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 2e8b38e74e..66b531be40 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

[Prev in Thread] Current Thread [Next in Thread]