changeset 16035:9d8b374b5bb1

(change-log-name): Don't treat MSDOS, NT specially.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Sep 1996 19:02:33 +0000
parents d255e64c9e69
children a9ced5af8a15
files lisp/add-log.el
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/add-log.el	Sun Sep 01 19:02:26 1996 +0000
+++ b/lisp/add-log.el	Sun Sep 01 19:02:33 1996 +0000
@@ -79,10 +79,8 @@
 (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 ()