Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
9:6f2bbbbbe05a | 10:49a24b4fd526 |
---|---|
152 (vm-update-summary-and-mode-line)) | 152 (vm-update-summary-and-mode-line)) |
153 (if full-startup | 153 (if full-startup |
154 (vm-display (current-buffer) t nil nil)) | 154 (vm-display (current-buffer) t nil nil)) |
155 ;; need to do this after any frame creation because the | 155 ;; need to do this after any frame creation because the |
156 ;; toolbar sets frame-specific height and width specifiers. | 156 ;; toolbar sets frame-specific height and width specifiers. |
157 (and full-startup (vm-toolbar-support-possible-p) vm-use-toolbar | 157 (and (vm-toolbar-support-possible-p) vm-use-toolbar |
158 (progn | 158 (progn |
159 (vm-toolbar-install-toolbar) | 159 (vm-toolbar-install-toolbar) |
160 (vm-toolbar-update-toolbar))) | 160 (vm-toolbar-update-toolbar))) |
161 | 161 |
162 (and vm-use-menus (vm-menu-support-possible-p) | 162 (and vm-use-menus (vm-menu-support-possible-p) |