comparison src/ChangeLog @ 102735:07f2395ce3db

* callint.c (Fcall_interactively): For '^' just delegate the work to handle-shift-selection. (syms_of_callint): Move declaration of shift-select-mode to simple.el. * simple.el (shift-select-mode): Move declaration from callint.c. (handle-shift-selection): Remove `deactivate' arg and check shift-select-mode instead.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 26 Mar 2009 17:07:54 +0000
parents 9152b204a192
children c8e6da2dab57
comparison
equal deleted inserted replaced
102734:c4853c1bf38c 102735:07f2395ce3db
1 2009-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * callint.c (Fcall_interactively): For '^' just delegate the work to
4 handle-shift-selection.
5 (syms_of_callint): Move declaration of shift-select-mode to simple.el.
6
1 2009-03-24 Chong Yidong <cyd@stupidchicken.com> 7 2009-03-24 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * editfns.c (Ffloat_time): Doc fix (Bug#2768). 9 * editfns.c (Ffloat_time): Doc fix (Bug#2768).
4 10
5 * data.c (Qinteractive_form): New variable. 11 * data.c (Qinteractive_form): New variable.