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
e568708b
Commit
e568708b
authored
Oct 20, 2001
by
Gerd Moellmann
Browse files
(add-release-logs): Put the log entry in lispref, too.
parent
abcce93a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
admin/ChangeLog
admin/ChangeLog
+4
-0
admin/admin.el
admin/admin.el
+1
-2
No files found.
admin/ChangeLog
View file @
e568708b
2001-10-20 Gerd Moellmann <gerd@gnu.org>
* admin.el (add-release-logs): Put the log entry in lispref, too.
2001-10-20 Miles Bader <miles@gnu.org>
* quick-install-emacs: Exit if we can't find some variable.
...
...
admin/admin.el
View file @
e568708b
...
...
@@ -55,8 +55,7 @@ Root must be the root of an Emacs source tree."
(
format-time-string
"%Y-%m-%d"
)
(
user-full-name
)
user-mail-address
version
)))
(
dolist
(
log
logs
)
(
unless
(
or
(
string-match
"/gnus/"
log
)
(
string-match
"/lispref/"
log
))
(
unless
(
string-match
"/gnus/"
log
)
(
find-file
log
)
(
goto-char
(
point-min
))
(
insert
entry
)))))
...
...
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