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:
parent
57b07f7a8a
commit
c5e71d574a
1 changed files with 3 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue