diff options
| author | Michael Albinus | 2014-05-17 11:08:59 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-05-17 11:08:59 +0200 |
| commit | e8cbb7684f3786b3187e23b622f364a9519d1cb1 (patch) | |
| tree | 1ac4018fe4695be150af50682ba480088cbe32c6 | |
| parent | 43425aecb1ffb57dc23716175b8b01bab43edb6e (diff) | |
| download | emacs-e8cbb7684f3786b3187e23b622f364a9519d1cb1.tar.gz emacs-e8cbb7684f3786b3187e23b622f364a9519d1cb1.zip | |
Fix typo.
| -rw-r--r-- | lisp/ChangeLog | 2 |
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 | ||
| 17 | 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr> | 17 | 2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr> |