comparison lisp/ChangeLog @ 87176:d5feab53f4f8

* net/dbus.el (dbus-hash-table=): Remove function. We cannot apply wildcards in a hash table key; there is no usable hash code then. (dbus-registered-functions-table): Use `equal' as test function. (dbus-name-owner-changed-handler): Rewrite due to new hash table structure.
author Michael Albinus <michael.albinus@gmx.de>
date Sat, 08 Dec 2007 12:56:59 +0000
parents b042a563846d
children 5ab752d82a12
comparison
equal deleted inserted replaced
87175:30175fd3b679 87176:d5feab53f4f8
1 2007-12-08 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/dbus.el (dbus-hash-table=): Remove function. We cannot
4 apply wildcards in a hash table key; there is no usable hash code
5 then.
6 (dbus-registered-functions-table): Use `equal' as test function.
7 (dbus-name-owner-changed-handler): Rewrite due to new hash table
8 structure.
9
1 2007-12-08 Martin Rudalics <rudalics@gmx.at> 10 2007-12-08 Martin Rudalics <rudalics@gmx.at>
2 11
3 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search 12 * progmodes/cc-cmds.el (c-mask-paragraph): Avoid invalid search
4 bound error in block comment branch. 13 bound error in block comment branch.
5 14