changeset 98668:a7acd2697027

* net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 12 Oct 2008 20:07:06 +0000
parents 93a529eadc1e
children 4b5ccee300fc
files lisp/net/dbus.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/dbus.el	Sun Oct 12 19:55:27 2008 +0000
+++ b/lisp/net/dbus.el	Sun Oct 12 20:07:06 2008 +0000
@@ -65,6 +65,12 @@
 (defconst dbus-interface-properties (concat dbus-interface-dbus ".Properties")
   "The interface for property objects.")
 
+(defconst dbus-service-emacs "org.gnu.Emacs"
+  "The well known service name of Emacs.")
+
+(defconst dbus-path-emacs "/org/gnu/Emacs"
+  "The object path head used by Emacs.")
+
 (defconst dbus-message-type-invalid 0
   "This value is never a valid message type.")