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
5ccd466c
Commit
5ccd466c
authored
Nov 03, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* admin/admin.el (set-copyright): Add msdos/sed2v2.inp.
parent
f58542e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
admin/ChangeLog
admin/ChangeLog
+4
-0
admin/admin.el
admin/admin.el
+4
-0
No files found.
admin/ChangeLog
View file @
5ccd466c
2012-11-03 Glenn Morris <rgm@gnu.org>
* admin.el (set-copyright): Add msdos/sed2v2.inp.
2012-11-01 Paul Eggert <eggert@cs.ucla.edu>
Fix data-loss with --batch (Bug#9574).
...
...
admin/admin.el
View file @
5ccd466c
...
...
@@ -158,6 +158,10 @@ Root must be the root of an Emacs source tree."
(set-version-in-file root "
configure.ac
" copyright
(rx (and bol "
copyright
" (0+ (not (in ?\")))
?\" (submatch (1+ (not (in ?\")))) ?\")))
(set-version-in-file root "
msdos/sed2v2.inp
" copyright
(rx (and bol "
/^#undef
" (1+ not-newline)
"
define
COPYRIGHT
" (1+ space)
?\" (submatch (1+ (not (in ?\")))) ?\")))
(set-version-in-file root "
nt/config.nt
" copyright
(rx (and bol "
#" (0+ blank) "
define
" (1+ blank)
"
COPYRIGHT
" (1+ blank)
...
...
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