]> git.eshelyaron.com Git - emacs.git/commitdiff
(change-log-name): On MSDOS, use changelo.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 1994 11:44:29 +0000 (11:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 1994 11:44:29 +0000 (11:44 +0000)
lisp/add-log.el

index acb789bb52ad25feccf523ff97758a370eaa0cc3..9c54caa84ce971357662560e0981b79eddf709e4 100644 (file)
@@ -53,7 +53,7 @@ an `@' character, followed by the value returned by `system-name'.")
       (if (eq system-type 'vax-vms) 
          "$CHANGE_LOG$.TXT" 
        (if (eq system-type 'ms-dos)
-           "change.log"
+           "changelo"
          "ChangeLog"))))
 
 ;;;###autoload