diff options
| author | Michael Albinus | 2012-03-04 15:12:18 +0100 |
|---|---|---|
| committer | Michael Albinus | 2012-03-04 15:12:18 +0100 |
| commit | db976e3cd893e51a370147f2ce5ecceaf609aaf5 (patch) | |
| tree | 62e9c7d7a1aa47fb74fe10e5dc4a1175d5e4cac2 | |
| parent | a41a6cf4444fa19fecf0f8b29fcc1dcc58918e64 (diff) | |
| download | emacs-db976e3cd893e51a370147f2ce5ecceaf609aaf5.tar.gz emacs-db976e3cd893e51a370147f2ce5ecceaf609aaf5.zip | |
Fix typo.
| -rw-r--r-- | lisp/notifications.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/notifications.el b/lisp/notifications.el index c85f8799856..1b75c2c5702 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el | |||
| @@ -279,9 +279,9 @@ used to manipulate the notification item with | |||
| 279 | (or hints '(:array :signature "{sv}")) | 279 | (or hints '(:array :signature "{sv}")) |
| 280 | :int32 (or timeout -1))) | 280 | :int32 (or timeout -1))) |
| 281 | 281 | ||
| 282 | ;; Register close/action callback function. We must also | 282 | ;; Register close/action callback function. We must also remember |
| 283 | ;; remmember the daemon's unique name, because the daemon could | 283 | ;; the daemon's unique name, because the daemon could have |
| 284 | ;; have restarted. | 284 | ;; restarted. |
| 285 | (let ((on-action (plist-get params :on-action)) | 285 | (let ((on-action (plist-get params :on-action)) |
| 286 | (on-close (plist-get params :on-close)) | 286 | (on-close (plist-get params :on-close)) |
| 287 | (unique-name (dbus-get-name-owner :session notifications-service))) | 287 | (unique-name (dbus-get-name-owner :session notifications-service))) |