]> code.delx.au - gnu-emacs/blobdiff - lisp/notifications.el
* lisp/net/tramp-gvfs.el (tramp-gvfs-mount-spec): Fix typo.
[gnu-emacs] / lisp / notifications.el
index 5c8c8f1dc68d576d8a198e7775770db7ffede51f..87dc3c1e55c5abeb4b3e6cd47b33d8e80cafc38c 100644 (file)
@@ -1,6 +1,6 @@
 ;;; notifications.el --- Client interface to desktop notifications.
 
-;; Copyright (C) 2010-2013 Free Software Foundation, Inc.
+;; Copyright (C) 2010-2016 Free Software Foundation, Inc.
 
 ;; Author: Julien Danjou <julien@danjou.info>
 ;; Keywords: comm desktop notifications
@@ -349,7 +349,7 @@ BUS can be a string denoting a D-Bus connection, the default is `:session'."
                     notifications-path
                     notifications-interface
                     notifications-close-notification-method
-                    :int32 id))
+                    :uint32 id))
 
 (defvar dbus-debug) ; used in the macroexpansion of dbus-ignore-errors