# HG changeset patch # User Kim F. Storm # Date 1095020768 0 # Node ID 666ed3de3a51816ca0303441457db38caafa192d # Parent e8acd9183eb4ea552ffbff261f7ba3e3a65f2676 *** empty log message *** diff -r e8acd9183eb4 -r 666ed3de3a51 lisp/ChangeLog --- a/lisp/ChangeLog Sun Sep 12 20:18:20 2004 +0000 +++ b/lisp/ChangeLog Sun Sep 12 20:26:08 2004 +0000 @@ -10,6 +10,9 @@ 2004-09-12 Kim F. Storm + * emulation/cua-rect.el (cua--rectangle-operation): Let bind + inhibit-field-text-motion to t so rectangles work in comint buffers. + * simple.el (choose-completion-string): Set buffer before running choose-completion-string-functions hook so it can be buffer-local.