We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d36e1bc commit b6c924aCopy full SHA for b6c924a
yascroll.el
@@ -225,7 +225,7 @@ not be displayed."
225
(defun yascroll:choose-scroll-bar ()
226
"Choose scroll bar by fringe position."
227
(when (memq window-system yascroll:enabled-window-systems)
228
- (cl-destructuring-bind (left-width right-width outside-margins &optional _)
+ (cl-destructuring-bind (left-width right-width outside-margins &rest _)
229
(window-fringes)
230
(cl-loop for scroll-bar in (yascroll:listify yascroll:scroll-bar)
231
if (or (eq scroll-bar 'text-area)
0 commit comments