summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-01 19:02:33 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-01 19:02:33 +0000
commit4a047d230c3948026a3962b647fc31a2bf3fd013 (patch)
treeaf9c117370d02a7a0884cba40486287beade9a1d /lisp
parentae93ce928abee6da4b30e79ca67f968f8b3335e5 (diff)
downloademacs-4a047d230c3948026a3962b647fc31a2bf3fd013.tar.gz
emacs-4a047d230c3948026a3962b647fc31a2bf3fd013.tar.bz2
emacs-4a047d230c3948026a3962b647fc31a2bf3fd013.zip
(change-log-name): Don't treat MSDOS, NT specially.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/add-log.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index cf4e46d033a..f4427182e61 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -79,10 +79,8 @@ If nil, use local time.")
(defun change-log-name ()
(or change-log-default-name
(if (eq system-type 'vax-vms)
- "$CHANGE_LOG$.TXT"
- (if (or (eq system-type 'ms-dos) (eq system-type 'windows-nt))
- "changelo"
- "ChangeLog"))))
+ "$CHANGE_LOG$.TXT"
+ "ChangeLog")))
;;;###autoload
(defun prompt-for-change-log-name ()