summaryrefslogtreecommitdiff
path: root/lisp/add-log.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-11-01 05:45:04 +0000
committerRichard M. Stallman <rms@gnu.org>1994-11-01 05:45:04 +0000
commitc8e480bb4c9a91b8d883659c094efe5e1731aaa3 (patch)
tree91e43f7782887204275426f07ffff9aec5d11761 /lisp/add-log.el
parentb3a50c402ef38184f2d74f5cbef0128cdb0bc85c (diff)
downloademacs-c8e480bb4c9a91b8d883659c094efe5e1731aaa3.tar.gz
(change-log-name): Use changlo on windows-nt.
Diffstat (limited to 'lisp/add-log.el')
-rw-r--r--lisp/add-log.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index b7557b0150a..9cc2e2d36f8 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -60,7 +60,7 @@ This defaults to the value of `user-mail-address'.")
(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"))))