Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dcddaabb
Commit
dcddaabb
authored
Sep 17, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* admin/admin.el (add-log-time-format): Declare.
parent
dcf8834b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
admin/ChangeLog
admin/ChangeLog
+2
-0
admin/admin.el
admin/admin.el
+3
-1
No files found.
admin/ChangeLog
View file @
dcddaabb
2012-09-17 Glenn Morris <rgm@gnu.org>
* admin.el (add-log-time-format): Declare.
* admin.el (cusver-scan, cusver-check): Bind local variables.
* admin.el (set-version): Set major version in
...
...
admin/admin.el
View file @
dcddaabb
...
...
@@ -26,6 +26,8 @@
;;; Code:
(
defvar
add-log-time-format
)
; in add-log
(
defun
add-release-logs
(
root
version
)
"Add \"Version VERSION released.\" change log entries in ROOT.
Root must be the root of an Emacs source tree."
...
...
@@ -415,7 +417,7 @@ Also generate PostScript output in PS-DEST."
(
setq
done
t
))
(
t
(
if
(
eobp
)
(
error
"Parse error in %s"
f
))
(
error
"Parse error in %s"
f
))
; f is bound in manual-html-node
(
unless
open-td
(
setq
done
t
))))
(
forward-line
1
))))
...
...
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