1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

Fix typo.

This commit is contained in:
Michael Albinus 2012-03-04 15:12:18 +01:00
parent a41a6cf444
commit db976e3cd8

View File

@ -279,9 +279,9 @@ used to manipulate the notification item with
(or hints '(:array :signature "{sv}"))
:int32 (or timeout -1)))
;; Register close/action callback function. We must also
;; remmember the daemon's unique name, because the daemon could
;; have restarted.
;; Register close/action callback function. We must also remember
;; the daemon's unique name, because the daemon could have
;; restarted.
(let ((on-action (plist-get params :on-action))
(on-close (plist-get params :on-close))
(unique-name (dbus-get-name-owner :session notifications-service)))