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

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

[elpa] externals/compat 9fa3fbab8a 27/27: Fix (provide) in compat-tests.


From: ELPA Syncer
Subject: [elpa] externals/compat 9fa3fbab8a 27/27: Fix (provide) in compat-tests.el
Date: Sat, 5 Mar 2022 04:57:28 -0500 (EST)

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

    Fix (provide) in compat-tests.el
    
    It seems it was accidentally replaced by query-replace.
---
 compat-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-tests.el b/compat-tests.el
index 062a01623d..ccdcd78a35 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -1655,5 +1655,5 @@ being compared against."
   (ought "prwx------" #o10700)
   (ought "-rwx------" #o30700))
 
-(provide 'compat-deftests)
+(provide 'compat-tests)
 ;;; compat-tests.el ends here



reply via email to

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