X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0bafabe7b28b6ee05cf052579e398102fd73e0eb..1bd74554970450054c874dbb69837b43f783c6bd:/lisp/notifications.el diff --git a/lisp/notifications.el b/lisp/notifications.el index 5c8c8f1dc6..87dc3c1e55 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -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 ;; 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