]> code.delx.au - gnu-emacs/blobdiff - lisp/scroll-bar.el
Fix the prefix action of shr-copy-url
[gnu-emacs] / lisp / scroll-bar.el
index 5cfa2c4353b75f7aee1cd724d97082219a9d17c9..838f9bf80cd1d717a4ea7974bf2cf61904e52e23 100644 (file)
@@ -148,8 +148,7 @@ created in the future."
   "Return non-nil when horizontal scroll bars are available on this system."
   (and (display-graphic-p)
        (boundp 'x-toolkit-scroll-bars)
-       x-toolkit-scroll-bars
-       (not (eq (window-system) 'ns))))
+       x-toolkit-scroll-bars))
 
 (define-minor-mode horizontal-scroll-bar-mode
   "Toggle horizontal scroll bars on all frames (Horizontal Scroll Bar mode).