Mercurial > hg > xemacs-beta
diff lisp/window-xemacs.el @ 286:57709be46d1b r21-0b41
Import from CVS: tag r21-0b41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:03 +0200 |
parents | 558f606b08ae |
children |
line wrap: on
line diff
--- a/lisp/window-xemacs.el Mon Aug 13 10:34:15 2007 +0200 +++ b/lisp/window-xemacs.el Mon Aug 13 10:35:03 2007 +0200 @@ -137,11 +137,7 @@ (stack (window-config-stack))) (if (or (= 0 (undoable-stack-a-length stack)) (not (equal (undoable-stack-a-top stack) wc))) - (progn - (undoable-stack-push stack wc) - ;; kludge. - (if (featurep 'toolbar) - (set-specifier-dirty-flag default-toolbar)))))) + (undoable-stack-push stack wc)))) (defun pop-window-configuration () "Pop the top window configuration off the window-config stack and set it. @@ -161,9 +157,6 @@ (undoable-stack-push stack wc) (undoable-stack-undo stack) (set-window-configuration popped) - ;; probably not necessary: - (if (featurep 'toolbar) - (set-specifier-dirty-flag default-toolbar)) popped) (trunc-stack-bottom (error "Bottom of window config stack"))))) @@ -191,9 +184,6 @@ (undoable-stack-pop stack)))) (undoable-stack-push stack wc) (set-window-configuration popped) - ;; probably not necessary: - (if (featurep 'toolbar) - (set-specifier-dirty-flag default-toolbar)) popped) (trunc-stack-bottom (error "Top of window config stack")))))