aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-03-02 02:03:41 +0000
committerJim Blandy1993-03-02 02:03:41 +0000
commitb16795eb99c7da354ddd1ffef174f1a0014f9a1e (patch)
treec346c24b1fddde92dfd828518e6d35cc02ce03a6
parent7ea13762efa366599a3b2b89de0db0fdd5b58c7b (diff)
downloademacs-b16795eb99c7da354ddd1ffef174f1a0014f9a1e.tar.gz
emacs-b16795eb99c7da354ddd1ffef174f1a0014f9a1e.zip
* term/x-win.el: Require `scroll-bar', not `scrollbar'.
-rw-r--r--lisp/term/x-win.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 0c9210a410d..7845ae4ae54 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -62,7 +62,7 @@
62 62
63(require 'frame) 63(require 'frame)
64(require 'mouse) 64(require 'mouse)
65(require 'scrollbar) 65(require 'scroll-bar)
66 66
67(setq command-switch-alist 67(setq command-switch-alist
68 (append '(("-bw" . x-handle-numeric-switch) 68 (append '(("-bw" . x-handle-numeric-switch)