# HG changeset patch # User Richard M. Stallman # Date 783668704 0 # Node ID 3e99bdb36cbb0abd83f0a9d10ca6b2a508883aec # Parent bd49556a75529710439742b2c444149e2ebf4441 (change-log-name): Use changlo on windows-nt. diff -r bd49556a7552 -r 3e99bdb36cbb lisp/add-log.el --- a/lisp/add-log.el Tue Nov 01 05:26:14 1994 +0000 +++ b/lisp/add-log.el Tue Nov 01 05:45:04 1994 +0000 @@ -60,7 +60,7 @@ (or change-log-default-name (if (eq system-type 'vax-vms) "$CHANGE_LOG$.TXT" - (if (eq system-type 'ms-dos) + (if (or (eq system-type 'ms-dos) (eq system-type 'windows-nt)) "changelo" "ChangeLog"))))