# HG changeset patch # User stephent # Date 1015337706 0 # Node ID af0baad5ba1441ea8e4fb50a9e317d2c5b20a723 # Parent 7b8fc81f95876254524124a47c3d9665420d5b51 [xemacs-hg @ 2002-03-05 14:15:05 by stephent] typo fix <871yezxfv9.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r 7b8fc81f9587 -r af0baad5ba14 lisp/ChangeLog --- a/lisp/ChangeLog Tue Mar 05 13:39:26 2002 +0000 +++ b/lisp/ChangeLog Tue Mar 05 14:15:06 2002 +0000 @@ -1,3 +1,7 @@ +2002-03-05 Stephen J. Turnbull + + * toolbar.el (default-toolbar-position): but I tested it! typo fix. + 2002-03-05 Mats Lidell * help-nomule.el (tutorial-supported-languages): Added Swedish diff -r 7b8fc81f9587 -r af0baad5ba14 lisp/toolbar.el --- a/lisp/toolbar.el Tue Mar 05 13:39:26 2002 +0000 +++ b/lisp/toolbar.el Tue Mar 05 14:15:06 2002 +0000 @@ -73,8 +73,7 @@ ;; Emacs window. If windows are split, it probably results in ;; small adjustments in their sizes. (set-frame-size (selected-frame) width (+ height hdiff)) - ) - ) + ))) (defvar toolbar-help-enabled t "If non-nil help is echoed for toolbar buttons.")