Mercurial > emacs
changeset 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 | f7da227e3e68 |
children | 666e3f26a8d6 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)))