Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8afc29f0
Commit
8afc29f0
authored
Jan 06, 1994
by
Richard M. Stallman
Browse files
(change-log-name): Let default name for ms-dos be "change.log".
parent
e3c72369
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lisp/add-log.el
lisp/add-log.el
+5
-1
No files found.
lisp/add-log.el
View file @
8afc29f0
...
...
@@ -50,7 +50,11 @@ an `@' character, followed by the value returned by `system-name'.")
(defun change-log-name ()
(or change-log-default-name
(if (eq system-type 'vax-vms) "
$CHANGE_LOG$.TXT
" "
ChangeLog
")))
(if (eq system-type 'vax-vms)
"
$CHANGE_LOG$.TXT
"
(if (eq system-type 'ms-dos)
"
change.log
"
"
ChangeLog
"))))
;;;###autoload
(defun prompt-for-change-log-name ()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment