1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
emacs/lib-src
Gregory Heytings 2bcc2160c9 New emacsclient option to either create or reuse an existing frame.
* doc/emacs/misc.texi (emacsclient Options): Document the new option.

* doc/man/emacsclient.1: Mention the new option (bug#51374).
* etc/NEWS: Mention the new option.

* lib-src/emacsclient.c (reuse_frame): New variable.
(longopts): New option.
(decode_options): Decode the new option.
(print_help_and_exit): Document the new option.
(main): Use the new option.
2021-11-05 00:14:30 +01:00
..
ChangeLog.1
COPYING
ctags.c
ebrowse.c
emacsclient.c New emacsclient option to either create or reuse an existing frame. 2021-11-05 00:14:30 +01:00
etags.c ; Fix typos 2021-09-03 13:05:32 +02:00
hexl.c
make-docfile.c
make-fingerprint.c
Makefile.in
movemail.c
ntlib.c Fix compilation errors with MinGW64 GCC 11 2021-10-24 20:45:56 +03:00
ntlib.h
pop.c
pop.h
rcs2log
README
seccomp-filter.c Fix Seccomp filter for newer GNU/Linux systems (Bug#51073). 2021-10-09 19:39:31 +02:00
update-game-score.c

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.