branch: externals/compat
commit 9fa3fbab8a3eeb4bff57ebc3a0f226c4f18b60a1
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@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