comparison lisp/ChangeLog @ 69312:c3bd744c874c

* help.el (describe-key): Handle string and vector `follow-link' values.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 06 Mar 2006 22:31:36 +0000
parents 86ebde8d0adc
children dc912174d2e6
comparison
equal deleted inserted replaced
69311:86ebde8d0adc 69312:c3bd744c874c
1 2006-03-06 Chong Yidong <cyd@stupidchicken.com> 1 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * help.el (describe-key): Properly handle the return value of 3 * help.el (describe-key): Properly handle the return value of
4 read-key-sequence when grabbing an up-event. Cleanup mouse-1 4 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5 remaps. 5 remaps. Handle string and vector `follow-link' values.
6 6
7 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca> 7 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8 8
9 * complete.el (PC-expand-many-files): Try be more careful when parsing 9 * complete.el (PC-expand-many-files): Try be more careful when parsing
10 the shell's output. 10 the shell's output.