]> git.eshelyaron.com Git - emacs.git/commit
Change --fingerprint to output to stdout
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 12 Oct 2021 08:47:33 +0000 (10:47 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 12 Oct 2021 08:54:45 +0000 (10:54 +0200)
commit0fe91bcfe2ba87be40050e214284a995a2a54900
tree63f519df22160ba6a61ad444235c90dbdbaa05cd
parent7865bd6782dacf506de8f69064f018de444da27f
Change --fingerprint to output to stdout

* src/pdumper.c (dump_fingerprint): Add argument OUTPUT, use it
instead of stderr, update all uses.  Don't print colon if LABEL is
empty.
* src/pdumper.h (dump_fingerprint): Adjust.
* src/emacs.c (main): Print fingerprint to stdout, without label.
* Makefile.in (EMACS_PDMP): Adjust.
Makefile.in
src/emacs.c
src/pdumper.c
src/pdumper.h