Mercurial > hg > xemacs-beta
comparison lisp/vm/vm-startup.el @ 76:c0c698873ce1 r20-0b33
Import from CVS: tag r20-0b33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:10 +0200 |
parents | 131b0175ea99 |
children | 0d2f883870bc |
comparison
equal
deleted
inserted
replaced
75:a4e0195b387b | 76:c0c698873ce1 |
---|---|
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) |