# HG changeset patch # User Martin Rudalics # Date 1180419259 0 # Node ID d72a09075aaef64fcfc8e5c61b0ac097dc9e5946 # Parent 03efa2eaa3b70879b5cff7402a7a9e8d64d254b0 *** empty log message *** diff -r 03efa2eaa3b7 -r d72a09075aae lisp/ChangeLog --- a/lisp/ChangeLog Tue May 29 06:12:54 2007 +0000 +++ b/lisp/ChangeLog Tue May 29 06:14:19 2007 +0000 @@ -1,3 +1,9 @@ +2007-05-29 Martin Rudalics + + * textmodes/table.el (table--point-entered-cell-function) + (table--point-left-cell-function): Bind + `inhibit-point-motion-hooks' to t. + 2007-05-29 Nikolaj Schumacher (tiny change) * emacs-lisp/rx.el (rx): Doc fix.