1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; * test/lisp/emacs-lisp/bytecomp-tests.el: Fix header and 'provide'.

This commit is contained in:
Eli Zaretskii 2016-09-24 12:01:44 +03:00
parent 57b07f7a8a
commit c5e71d574a

View file

@ -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.