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

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

[elpa] externals/compat 70b7db100c 1/2: Remove broken quoting in require


From: ELPA Syncer
Subject: [elpa] externals/compat 70b7db100c 1/2: Remove broken quoting in require advice
Date: Thu, 17 Feb 2022 04:57:29 -0500 (EST)

branch: externals/compat
commit 70b7db100cfb492c1a2497515ccc79c4ded262fa
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Remove broken quoting in require advice
    
    Thanks to Aaron Jensen for noticing this issue.
---
 compat-25.1.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-25.1.el b/compat-25.1.el
index 86ad10fc4f..266f7ecb22 100644
--- a/compat-25.1.el
+++ b/compat-25.1.el
@@ -114,7 +114,7 @@ Equality with KEY is tested by TESTFN, defaulting to `eq'."
   ;; of of actual value, the highlighting is suppressed.
   :no-highlight t
   :max-version "24.5"
-  (if (eq 'feature 'subr-x)
+  (if (eq feature 'subr-x)
       (let ((entry (assq feature after-load-alist)))
         (let ((load-file-name nil))
           (dolist (form (cdr entry))



reply via email to

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