emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master c5e71d5: ; * test/lisp/emacs-lisp/bytecomp-tests.el


From: Eli Zaretskii
Subject: [Emacs-diffs] master c5e71d5: ; * test/lisp/emacs-lisp/bytecomp-tests.el: Fix header and 'provide'.
Date: Sat, 24 Sep 2016 09:01:59 +0000 (UTC)

branch: master
commit c5e71d574a22ab644801240badcfc63cdd9473e5
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * test/lisp/emacs-lisp/bytecomp-tests.el: Fix header and 'provide'.
---
 test/lisp/emacs-lisp/bytecomp-tests.el |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/lisp/emacs-lisp/bytecomp-tests.el 
b/test/lisp/emacs-lisp/bytecomp-tests.el
index 1e076a7..8847c1b5 100644
--- a/test/lisp/emacs-lisp/bytecomp-tests.el
+++ b/test/lisp/emacs-lisp/bytecomp-tests.el
@@ -1,4 +1,4 @@
-;;; bytecomp-testsuite.el
+;;; bytecomp-tests.el
 
 ;; Copyright (C) 2008-2016 Free Software Foundation, Inc.
 
@@ -425,4 +425,5 @@ Subtests signal errors if something goes wrong."
 ;; no-byte-compile: t
 ;; End:
 
-(provide 'byte-opt-testsuite)
+(provide 'bytecomp-tests)
+;; bytecomp-tests.el ends here.



reply via email to

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