changeset 5467:4507b4972c4a

(change-log-name): On MSDOS, use changelo.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Jan 1994 11:44:29 +0000
parents 794b93d511b9
children d9fa38b889c9
files lisp/add-log.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Thu Jan 06 11:42:55 1994 +0000
+++ b/lisp/add-log.el	Thu Jan 06 11:44:29 1994 +0000
@@ -53,7 +53,7 @@
       (if (eq system-type 'vax-vms) 
 	  "$CHANGE_LOG$.TXT" 
 	(if (eq system-type 'ms-dos)
-	    "change.log"
+	    "changelo"
 	  "ChangeLog"))))
 
 ;;;###autoload