diff options
| author | Richard M. Stallman | 1994-11-01 05:45:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-11-01 05:45:04 +0000 |
| commit | 3912227e7e2e9103d1433e8906ed691b437615aa (patch) | |
| tree | de921a8356714e2698c565ef417d9a0c3a56f145 | |
| parent | c05b6df53469331da25741c3d753527c265d2c3d (diff) | |
| download | emacs-3912227e7e2e9103d1433e8906ed691b437615aa.tar.gz emacs-3912227e7e2e9103d1433e8906ed691b437615aa.zip | |
(change-log-name): Use changlo on windows-nt.
| -rw-r--r-- | lisp/add-log.el | 2 |
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'.") | |||
| 60 | (or change-log-default-name | 60 | (or change-log-default-name |
| 61 | (if (eq system-type 'vax-vms) | 61 | (if (eq system-type 'vax-vms) |
| 62 | "$CHANGE_LOG$.TXT" | 62 | "$CHANGE_LOG$.TXT" |
| 63 | (if (eq system-type 'ms-dos) | 63 | (if (or (eq system-type 'ms-dos) (eq system-type 'windows-nt)) |
| 64 | "changelo" | 64 | "changelo" |
| 65 | "ChangeLog")))) | 65 | "ChangeLog")))) |
| 66 | 66 | ||