]> git.eshelyaron.com Git - emacs.git/commit
Install rcs2log within Emacs packages for Android
authorPo Lu <luangruo@yahoo.com>
Thu, 24 Aug 2023 04:41:15 +0000 (12:41 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 24 Aug 2023 04:41:54 +0000 (12:41 +0800)
commit32fe187bdf16ebc81a09592be0af75dc2227cded
tree8fb6d5a8164f76d52b085d4aba0da1366960da3d
parent7b0f24ab1f9770408a08181ab9f8ac2b43e5ab9b
Install rcs2log within Emacs packages for Android

* doc/emacs/android.texi (Android Environment): Mention the
`rcs2log' program name variable.  Also refine the wording of the
paragraph describing bundled programs a bit.

* doc/lispref/processes.texi (Subprocess Creation): Mention
`rcs2log' and `rcs2log-program-name'.  Correct typos and
spelling mistakes within the variable index.

* etc/NEWS: Amend the announcement of *-program-name to also
cite rcs2log.

* java/Makefile.in (install_temp): Copy rcs2log to
lib/*/librcs2log.so after minor revisions to change the
interpreter name.

* lisp/vc/vc-rcs.el (vc-rcs-rcs2log-program): Ground the program
name upon `rcs2log-program-name'.

* src/callproc.c (syms_of_callproc) <Vrcs2log_program_name>: New
defvar.  Define to `librcs2log.so' under Android, `rcs2log'
elsewhere.
doc/emacs/android.texi
doc/lispref/processes.texi
etc/NEWS
java/Makefile.in
lisp/vc/vc-rcs.el
src/callproc.c