Mercurial > hg > xemacs-beta
comparison lisp/toolbar.el @ 767:af0baad5ba14
[xemacs-hg @ 2002-03-05 14:15:05 by stephent]
typo fix <871yezxfv9.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 05 Mar 2002 14:15:06 +0000 |
parents | 47ae55dda777 |
children | 943eaba38521 |
comparison
equal
deleted
inserted
replaced
766:7b8fc81f9587 | 767:af0baad5ba14 |
---|---|
71 (redisplay-frame) | 71 (redisplay-frame) |
72 ;; This probably only works correctly if there is only one | 72 ;; This probably only works correctly if there is only one |
73 ;; Emacs window. If windows are split, it probably results in | 73 ;; Emacs window. If windows are split, it probably results in |
74 ;; small adjustments in their sizes. | 74 ;; small adjustments in their sizes. |
75 (set-frame-size (selected-frame) width (+ height hdiff)) | 75 (set-frame-size (selected-frame) width (+ height hdiff)) |
76 ) | 76 ))) |
77 ) | |
78 | 77 |
79 (defvar toolbar-help-enabled t | 78 (defvar toolbar-help-enabled t |
80 "If non-nil help is echoed for toolbar buttons.") | 79 "If non-nil help is echoed for toolbar buttons.") |
81 | 80 |
82 (defvar toolbar-icon-directory nil | 81 (defvar toolbar-icon-directory nil |