X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1ef5f225db2fa70aa02a814b1c2c473ea03f008d..4b9ac23960d2998f899287ffcf696ad33b63a69a:/lisp/notifications.el diff --git a/lisp/notifications.el b/lisp/notifications.el index c77916e463..87dc3c1e55 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -1,6 +1,6 @@ ;;; notifications.el --- Client interface to desktop notifications. -;; Copyright (C) 2010-2012 Free Software Foundation, Inc. +;; Copyright (C) 2010-2016 Free Software Foundation, Inc. ;; Author: Julien Danjou ;; 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