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

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

[elpa] externals/compat 2ff3eb78eb 2/4: Prevent compat-macs.el from bein


From: ELPA Syncer
Subject: [elpa] externals/compat 2ff3eb78eb 2/4: Prevent compat-macs.el from being byte compiled
Date: Thu, 25 Aug 2022 16:57:25 -0400 (EDT)

branch: externals/compat
commit 2ff3eb78ebe06f5a2d6609896e921d7cdd735edb
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 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

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