diff lisp/net/dbus.el @ 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 2a8cbdcbe61d
children b265d0564f99
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.")