diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6694b0ad03..a5bdef47c48 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2003-12-29 Eli Zaretskii + + * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed + from testcover-unsafep.el and testcover-ses.el to avoid file-name + clashes on 8+3 DOS filesystems. + 2003-12-29 Richard M. Stallman * textmodes/flyspell.el (mail-mode-flyspell-verify): diff --git a/lisp/emacs-lisp/testcover-ses.el b/lisp/emacs-lisp/tcover-ses.el similarity index 100% rename from lisp/emacs-lisp/testcover-ses.el rename to lisp/emacs-lisp/tcover-ses.el diff --git a/lisp/emacs-lisp/testcover-unsafep.el b/lisp/emacs-lisp/tcover-unsafep.el similarity index 100% rename from lisp/emacs-lisp/testcover-unsafep.el rename to lisp/emacs-lisp/tcover-unsafep.el