diff options
| author | Michael Albinus | 2014-06-15 14:15:25 +0200 |
|---|---|---|
| committer | Michael Albinus | 2014-06-15 14:15:25 +0200 |
| commit | 2c7bf3ce244fec86b899ac4804aa1956f291f8d6 (patch) | |
| tree | 45adbbd9f2fa83955c520da9491a46985b604d87 /lisp/ChangeLog | |
| parent | e4cff260759aa8affa01a28f944c328c1c90c827 (diff) | |
| download | emacs-2c7bf3ce244fec86b899ac4804aa1956f291f8d6.tar.gz emacs-2c7bf3ce244fec86b899ac4804aa1956f291f8d6.zip | |
Fix a regression bug in D-Bus event handling.
* net/dbus.el (dbus-call-method): Push only non D-Bus events into
`unread-command-events'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3990d4d0106..be263c894ee 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-06-15 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/dbus.el (dbus-call-method): Push only non D-Bus events into | ||
| 4 | `unread-command-events'. | ||
| 5 | |||
| 1 | 2014-06-14 Glenn Morris <rgm@gnu.org> | 6 | 2014-06-14 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * progmodes/cc-langs.el: Require cl-lib. (Bug#17463) | 8 | * progmodes/cc-langs.el: Require cl-lib. (Bug#17463) |