New option -u / --suppress-output to emacsclient
commitecbd5f9ac6eb2d31241657bbb3e3f9b860391054
authorPeder O. Klingenberg <peder@klingenberg.no>
Sat, 25 Feb 2017 08:30:46 +0000 (25 10:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 25 Feb 2017 08:30:46 +0000 (25 10:30 +0200)
tree84bad9cbbedefea523038feea6cd703631ff828e
parentf0e7f39e0b4026a3d613416ad8ffc84e6b74242b
New option -u / --suppress-output to emacsclient

* lib-src/emacsclient.c (print_help_and_exit, longopts)
(decode_options, main): Implement new option --suppress-output / -u to
suppress printing of eval-results.
* doc/emacs/misc.texi (emacsclient Options): Document the new
"--suppress-output/-u" options.
* etc/NEWS: Mention the new options.
doc/emacs/misc.texi
etc/NEWS
lib-src/emacsclient.c