Mercurial > hg > xemacs-beta
diff lisp/ChangeLog @ 4444:715c3ced8fa8
Use `real-split-window', `real-delete-window' in window-config code.
2008-04-12 Henry S. Thompson <ht@inf.ed.ac.uk>
* window-xemacs.el (real-split-window, real-delete-window): Define
these to the original definitions of `split-window' and
`delete-window', and use them in the window-configuration code to
make sure it doesn't get affected by advice to these functions.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Sat, 12 Apr 2008 16:41:38 +0200 |
parents | e7b3a3266356 |
children | 1d41b9bcf74f |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Apr 10 00:31:27 2008 +0200 +++ b/lisp/ChangeLog Sat Apr 12 16:41:38 2008 +0200 @@ -1,3 +1,10 @@ +2008-04-12 Henry S. Thompson <ht@inf.ed.ac.uk> + + * window-xemacs.el (real-split-window, real-delete-window): Define + these to the original definitions of `split-window' and + `delete-window', and use them in the window-configuration code to + make sure it doesn't get affected by advice to these functions. + 2008-04-10 Aidan Kehoe <kehoea@parhasard.net> * help.el (describe-function-1):