comparison lisp/ChangeLog @ 4689:0636c6ccb430

Don't set `pre-display-buffer-function'. 2009-09-14 Michael Sperber <mike@xemacs.org> * frame.el (pre-display-buffer-function): Don't set to `get-frame-for-buffer' - this broke the documented behavior of `display-buffer' of always displaying in the current frame.
author Mike Sperber <sperber@deinprogramm.de>
date Sat, 19 Sep 2009 17:56:23 +0200
parents 02b7c7189041
children 257b468bf2ca
comparison
equal deleted inserted replaced
4688:7e54adf407a1 4689:0636c6ccb430
1 2009-09-14 Michael Sperber <mike@xemacs.org>
2
3 * frame.el (pre-display-buffer-function): Don't set to
4 `get-frame-for-buffer' - this broke the documented behavior of
5 `display-buffer' of always displaying in the current frame.
6
1 2009-09-06 Aidan Kehoe <kehoea@parhasard.net> 7 2009-09-06 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 * simple.el (handle-pre-motion-command-current-command-is-motion): 9 * simple.el (handle-pre-motion-command-current-command-is-motion):
4 If KEY is a character, ascertain that once, not every iteration of 10 If KEY is a character, ascertain that once, not every iteration of
5 the loop. 11 the loop.