[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107501: Fix typo.
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107501: Fix typo. |
Date: |
Sun, 04 Mar 2012 15:12:18 +0100 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107501
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Sun 2012-03-04 15:12:18 +0100
message:
Fix typo.
modified:
lisp/notifications.el
=== modified file 'lisp/notifications.el'
--- a/lisp/notifications.el 2012-03-04 13:43:13 +0000
+++ b/lisp/notifications.el 2012-03-04 14:12:18 +0000
@@ -279,9 +279,9 @@
(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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107501: Fix typo.,
Michael Albinus <=