comparison lisp/ChangeLog @ 50293:9c4d944f4104

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 24 Mar 2003 11:00:39 +0000
parents 4e360b30cf60
children 701e15ed7818
comparison
equal deleted inserted replaced
50292:24db6dc3fc9e 50293:9c4d944f4104
2 2
3 * simple.el: Rework last change so C-x C-SPC C-SPC does not 3 * simple.el: Rework last change so C-x C-SPC C-SPC does not
4 repeat pop-global-mark by default. 4 repeat pop-global-mark by default.
5 (pop-global-mark-quick-repeat): New user option. 5 (pop-global-mark-quick-repeat): New user option.
6 (set-mark-command): Use it. 6 (set-mark-command): Use it.
7
8 * emulation/cua-base.el (cua-set-mark):
9 Check pop-global-mark-quick-repeat.
10
7 11
8 2003-03-24 John Paul Wallington <jpw@gnu.org> 12 2003-03-24 John Paul Wallington <jpw@gnu.org>
9 13
10 * emerge.el (emerge-show-file-name): Read event irrespective of 14 * emerge.el (emerge-show-file-name): Read event irrespective of
11 whether minibuffer window is resized. Clear minibuffer when done. 15 whether minibuffer window is resized. Clear minibuffer when done.