projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43425ae
)
Fix typo.
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 17 May 2014 09:08:59 +0000
(11:08 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 17 May 2014 09:08:59 +0000
(11:08 +0200)
lisp/ChangeLog
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 455b8f269d7a5c8fb38e7bd2ce593c7a773a25fd..9205d3a73ea599aebf80d4169223fac0d8109d4d 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-11,7
+11,7
@@
* net/dbus.el (dbus-init-bus, dbus-call-method)
(dbus-call-method-asynchronously, dbus-send-signal)
- (dbus-method-return-internal, dbus-method-error-internal)
+ (dbus-method-return-internal, dbus-method-error-internal)
:
Check, whether Emacs has been compiled with D-Bus support. (Bug#17508)
2014-05-14 Nicolas Richard <theonewiththeevillook@yahoo.fr>