comparison lisp/term/x-win.el @ 1984:e0c7208bdafa

* 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.
author Jim Blandy <jimb@redhat.com>
date Tue, 02 Mar 1993 07:35:52 +0000
parents b0cde2f5164d
children 4a4e8a4552f9
comparison
equal deleted inserted replaced
1983:f7da227e3e68 1984:e0c7208bdafa
106 ("-background" background-color) 106 ("-background" background-color)
107 ("-ms" mouse-color) 107 ("-ms" mouse-color)
108 ("-cr" cursor-color) 108 ("-cr" cursor-color)
109 ("-itype" icon-type t) 109 ("-itype" icon-type t)
110 ("-iconic" iconic-startup t) 110 ("-iconic" iconic-startup t)
111 ("-vb" vertical-scroll-bar t) 111 ("-vb" vertical-scroll-bars t)
112 ("-hb" horizontal-scroll-bar t) 112 ("-hb" horizontal-scroll-bars t)
113 ("-bd" border-color) 113 ("-bd" border-color)
114 ("-bw" border-width))) 114 ("-bw" border-width)))
115 115
116 ;; Handler for switches of the form "-switch value" or "-switch". 116 ;; Handler for switches of the form "-switch value" or "-switch".
117 (defun x-handle-switch (switch) 117 (defun x-handle-switch (switch)