]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 12 Oct 2008 20:07:49 +0000 (20:07 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 12 Oct 2008 20:07:49 +0000 (20:07 +0000)
lisp/ChangeLog
lisp/net/dbus.el

index 46e7319bc64f5fdf218c279691b738c769697c5f..bab7c350720ddf4226742938e3a68c710bdbf4c2 100644 (file)
@@ -1,3 +1,7 @@
+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
index 955e99e3e547e9b3eafbf103214c936d6794f271..53eb4b57070387f721b67008f193ef1cb2d8ffd5 100644 (file)
 (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.")