diff options
| author | Christophe Raffalli | 2001-07-25 20:34:01 +0000 |
|---|---|---|
| committer | Christophe Raffalli | 2001-07-25 20:34:01 +0000 |
| commit | 4344b85fedfbf4efc5ad3c2e386b64c1a763a73c (patch) | |
| tree | 59dfcd47ba7cd2d747f2e09541fc8510c042a249 /generic/proof-splash.el | |
| parent | 304f2aaa73a3224399b808415d356d7e0fb51b23 (diff) | |
*** empty log message ***
Diffstat (limited to 'generic/proof-splash.el')
| -rw-r--r-- | generic/proof-splash.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/proof-splash.el b/generic/proof-splash.el index c83fdef5..2c9839a3 100644 --- a/generic/proof-splash.el +++ b/generic/proof-splash.el @@ -134,10 +134,10 @@ Borrowed from startup-center-spaces." (if (get-buffer-window splashbuf) ;; Restore the window config if splash is being displayed (progn - ;; Destroy buffer before restoring ! (kill-buffer splashbuf) (set-window-configuration conf) - (redraw-device nil t)) + (if (and proof-running-on-XEmacs proof-toolbar-enable) + (redraw-frame nil t))) (kill-buffer splashbuf)))))) (defvar proof-splash-seen nil |
