Mercurial > hg > xemacs-beta
diff lisp/vm/vm-startup.el @ 10:49a24b4fd526 r19-15b6
Import from CVS: tag r19-15b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:52 +0200 |
parents | 376386a54a3c |
children | 859a2309aef8 |
line wrap: on
line diff
--- a/lisp/vm/vm-startup.el Mon Aug 13 08:47:36 2007 +0200 +++ b/lisp/vm/vm-startup.el Mon Aug 13 08:47:52 2007 +0200 @@ -154,7 +154,7 @@ (vm-display (current-buffer) t nil nil)) ;; need to do this after any frame creation because the ;; toolbar sets frame-specific height and width specifiers. - (and full-startup (vm-toolbar-support-possible-p) vm-use-toolbar + (and (vm-toolbar-support-possible-p) vm-use-toolbar (progn (vm-toolbar-install-toolbar) (vm-toolbar-update-toolbar)))