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

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

[elpa] externals/compat 1457f5dfb4 1/5: Remove obsolete comment


From: ELPA Syncer
Subject: [elpa] externals/compat 1457f5dfb4 1/5: Remove obsolete comment
Date: Tue, 19 Jul 2022 16:57:25 -0400 (EDT)

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

    Remove obsolete comment
---
 compat.el | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/compat.el b/compat.el
index 35fd8a0ccc..2e2e634912 100644
--- a/compat.el
+++ b/compat.el
@@ -41,12 +41,6 @@
 
 (eval-when-compile (require 'compat-macs))
 
-;; We load all the components of Compat with a copied value of
-;; `features' list, that will prevent the list being modified, and all
-;; the files can be loaded again.  This is done so that
-;; `compat--inhibit-prefixed' can take effect when loading `compat',
-;; and do nothing when loading each sub-feature manually.
-
 (defvar compat--inhibit-prefixed)
 (let ((compat--inhibit-prefixed (not (bound-and-true-p compat-testing))))
   ;; Instead of using `require', we manually check `features' and call



reply via email to

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