comparison 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
comparison
equal deleted inserted replaced
4443:e7b3a3266356 4444:715c3ced8fa8
1 2008-04-12 Henry S. Thompson <ht@inf.ed.ac.uk>
2
3 * window-xemacs.el (real-split-window, real-delete-window): Define
4 these to the original definitions of `split-window' and
5 `delete-window', and use them in the window-configuration code to
6 make sure it doesn't get affected by advice to these functions.
7
1 2008-04-10 Aidan Kehoe <kehoea@parhasard.net> 8 2008-04-10 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * help.el (describe-function-1): 10 * help.el (describe-function-1):
4 Rely on #'symbol-file to tell which file an autoloaded function 11 Rely on #'symbol-file to tell which file an autoloaded function
5 belongs to, don't special-case them. 12 belongs to, don't special-case them.