aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2014-05-17 11:08:59 +0200
committerMichael Albinus2014-05-17 11:08:59 +0200
commite8cbb7684f3786b3187e23b622f364a9519d1cb1 (patch)
tree1ac4018fe4695be150af50682ba480088cbe32c6
parent43425aecb1ffb57dc23716175b8b01bab43edb6e (diff)
downloademacs-e8cbb7684f3786b3187e23b622f364a9519d1cb1.tar.gz
emacs-e8cbb7684f3786b3187e23b622f364a9519d1cb1.zip
Fix typo.
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 455b8f269d7..9205d3a73ea 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -11,7 +11,7 @@
11 11
12 * net/dbus.el (dbus-init-bus, dbus-call-method) 12 * net/dbus.el (dbus-init-bus, dbus-call-method)
13 (dbus-call-method-asynchronously, dbus-send-signal) 13 (dbus-call-method-asynchronously, dbus-send-signal)
14 (dbus-method-return-internal, dbus-method-error-internal) 14 (dbus-method-return-internal, dbus-method-error-internal):
15 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508) 15 Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
16 16
172014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr> 172014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>