1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lib-src
Po Lu aa872f2540 Properly run emacsclient under Android if DISPLAY is set
* java/org/gnu/emacs/EmacsPixmap.java (EmacsPixmap): Make
dimensions final, since they are never changed after the
constructor.

* lib-src/emacsclient.c (decode_options): If --display is not
provided, always set display to `android' even if DISPLAY is
provided.

* lisp/net/browse-url.el (browse-url): Cease setting DISPLAY
under Android.

* src/callproc.c (getenv_internal, make_environment_block):
Don't afford DISPLAY special treatment under Android.
2023-09-06 10:31:26 +08:00
..
asset-directory-tool.c Update Android port 2023-07-27 17:13:39 +08:00
be_resources.cc
ChangeLog.1 Fix all my attributions to be correct and consistent... 2023-08-08 20:07:52 -04:00
COPYING
ctags.c
ebrowse.c Fix ebrowse -f buffer overflow 2023-05-14 19:28:10 -07:00
emacsclient.c Properly run emacsclient under Android if DISPLAY is set 2023-09-06 10:31:26 +08:00
etags.c Prefer C23 ckd_* to Gnulib *_WRAPV macros 2023-05-17 15:41:00 -07:00
hexl.c
make-docfile.c
make-fingerprint.c
Makefile.in * lib-src/Makefile.in (seccomp-filter$(EXEEXT)): Link with Gnulib. 2023-06-19 16:41:58 +08:00
movemail.c Fix movemail fd leak 2023-05-14 19:28:10 -07:00
ntlib.c
ntlib.h
pop.c
pop.h
rcs2log
README
seccomp-filter.c
update-game-score.c Sleep less in update-game-score 2023-03-21 14:42:18 -07:00

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.