From: Richard M. Stallman Date: Thu, 6 Jan 1994 11:44:29 +0000 (+0000) Subject: (change-log-name): On MSDOS, use changelo. X-Git-Tag: emacs-19.34~10384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5675b1e4f7788d2d8be6df5f7add5aec579179f2;p=emacs.git (change-log-name): On MSDOS, use changelo. --- diff --git a/lisp/add-log.el b/lisp/add-log.el index acb789bb52a..9c54caa84ce 100644 --- a/lisp/add-log.el +++ b/lisp/add-log.el @@ -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