changeset 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 7b8fc81f9587
children e3c602a01a26
files lisp/ChangeLog lisp/toolbar.el
diffstat 2 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <stephen@xemacs.org>
+
+	* toolbar.el (default-toolbar-position): but I tested it! typo fix.
+
 2002-03-05  Mats Lidell  <matsl@contactor.se>
  
  	* help-nomule.el (tutorial-supported-languages): Added Swedish
--- 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.")