comparison lisp/add-log.el @ 5467:4507b4972c4a

(change-log-name): On MSDOS, use changelo.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Jan 1994 11:44:29 +0000
parents cbc904743f16
children 9217f29851c2
comparison
equal deleted inserted replaced
5466:794b93d511b9 5467:4507b4972c4a
51 (defun change-log-name () 51 (defun change-log-name ()
52 (or change-log-default-name 52 (or change-log-default-name
53 (if (eq system-type 'vax-vms) 53 (if (eq system-type 'vax-vms)
54 "$CHANGE_LOG$.TXT" 54 "$CHANGE_LOG$.TXT"
55 (if (eq system-type 'ms-dos) 55 (if (eq system-type 'ms-dos)
56 "change.log" 56 "changelo"
57 "ChangeLog")))) 57 "ChangeLog"))))
58 58
59 ;;;###autoload 59 ;;;###autoload
60 (defun prompt-for-change-log-name () 60 (defun prompt-for-change-log-name ()
61 "Prompt for a change log name." 61 "Prompt for a change log name."