Files
emacs/lisp
Michael Albinus 2fca3015dd Cleanup in dbus.el, dbus-tests.el
* lisp/net/dbus.el (dbus-error-no-reply): New defconst.
(dbus-call-method): Use it.
(dbus-call-method-asynchronously, dbus-register-signal): Fix docstring.
(dbus-unregister-object): Obey :serial entries in
`dbus-registered-objects-table'.

* test/lisp/net/dbus-tests.el (dbus-test04-register-method)
(dbus-test05-register-property): Extend tests.
2020-09-12 19:33:44 +02:00
..
2020-09-09 07:51:14 -07:00
2020-09-12 19:33:44 +02:00
2020-09-09 07:51:14 -07:00
2020-08-15 13:37:38 +02:00
2020-07-11 09:25:04 -07:00
2020-08-23 10:10:47 +03:00
2020-08-18 07:51:05 -07:00
2020-08-31 19:13:30 +02:00
2020-08-27 02:53:25 +02:00
2020-08-18 23:19:09 +02:00
2020-09-09 07:51:12 -07:00
2020-09-09 20:12:45 +01:00
2020-08-19 12:49:11 +02:00
2020-09-01 06:27:54 -07:00
2020-09-09 07:51:14 -07:00
2020-09-10 21:58:26 +03:00
2020-09-02 23:18:02 +02:00
2020-08-18 19:02:52 +02:00
2020-09-09 07:51:14 -07:00
2020-08-13 07:51:02 -07:00
2020-08-04 20:15:56 -04:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.