+2008-10-12 Michael Albinus <michael.albinus@gmx.de>
+
+ * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
+
2008-10-12 Chong Yidong <cyd@stupidchicken.com>
* startup.el (command-line): If toolbar is disabled but ought to
(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.")