comparison lisp/ChangeLog @ 71025:82d1f472baee

* replace.el (query-replace-defaults): New variable. (query-replace-read-from): Use `query-replace-defaults' for default value, instead of history list. (query-replace-read-to): Update `query-replace-defaults'.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 28 May 2006 17:02:37 +0000
parents 947a5b1dd3b6
children 6e1192ac395f
comparison
equal deleted inserted replaced
71024:947a5b1dd3b6 71025:82d1f472baee
1 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2
3 * replace.el (query-replace-defaults): New variable.
4 (query-replace-read-from): Use `query-replace-defaults' for
5 default value, instead of history list.
6 (query-replace-read-to): Update `query-replace-defaults'.
7
1 2006-05-27 Chong Yidong <cyd@stupidchicken.com> 8 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2 9
3 * msb.el (mouse-select-buffer): Minor fix to make popup menu work 10 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
4 with no X toolkit. 11 with no X toolkit.
5 12