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
d16c1140
Commit
d16c1140
authored
Jun 07, 2007
by
Glenn Morris
Browse files
(print_version): Add `emacs_copyright' string, for easier automatic
updating.
parent
5cf9ca93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lib-src/etags.c
lib-src/etags.c
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
No files found.
lib-src/etags.c
View file @
d16c1140
...
...
@@ -887,8 +887,11 @@ etags --help --lang=ada.");
static void
print_version ()
{
/* Makes it easier to update automatically. */
char emacs_copyright[] = "Copyright (C) 2007 Free Software Foundation, Inc."
printf ("%s (%s %s)\n", (CTAGS) ? "ctags" : "etags", EMACS_NAME, VERSION);
puts (
"C
opyright
(C) 2007 Free Software Foundation, Inc."
);
puts (
emacs_c
opyright);
puts ("This program is distributed under the terms in ETAGS.README");
exit (EXIT_SUCCESS);
...
...
lisp/ChangeLog
View file @
d16c1140
...
...
@@ -2,6 +2,8 @@
* version.el (emacs-copyright): New constant.
* calc/calc-help.el (calc-full-help): Use emacs-copyright.
* emacs-lisp/bytecomp.el (byte-compile-warnings): Add new option
`make-local'.
(byte-compile-warnings-safe-p): Add `make-local'.
...
...
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