]> git.eshelyaron.com Git - emacs.git/commitdiff
(change-log-name): Use changlo on windows-nt.
authorRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 05:45:04 +0000 (05:45 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 1 Nov 1994 05:45:04 +0000 (05:45 +0000)
lisp/add-log.el

index b7557b0150ad0e3a81c98073a0f67e1b275fab6e..9cc2e2d36f88b784e09d23fcf5c0c45291fc4cf7 100644 (file)
@@ -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"))))