# HG changeset patch # User Jim Blandy # Date 731057752 0 # Node ID e0c7208bdafa8b956447a466f79d8f155c403c35 # Parent f7da227e3e68773876735f78eead04c9f6acae3f * term/x-win.el (x-switch-definitons): Use the proper names for the scroll bar parameters. Use the term `scroll bar', instead of `scrollbar'. * term/x-win.el, frame.el, mouse.el: Terminology changed. * scrollbar.el: Renamed to scroll-bar.el. diff -r f7da227e3e68 -r e0c7208bdafa lisp/term/x-win.el --- a/lisp/term/x-win.el Tue Mar 02 07:33:41 1993 +0000 +++ b/lisp/term/x-win.el Tue Mar 02 07:35:52 1993 +0000 @@ -108,8 +108,8 @@ ("-cr" cursor-color) ("-itype" icon-type t) ("-iconic" iconic-startup t) - ("-vb" vertical-scroll-bar t) - ("-hb" horizontal-scroll-bar t) + ("-vb" vertical-scroll-bars t) + ("-hb" horizontal-scroll-bars t) ("-bd" border-color) ("-bw" border-width)))