Skip to content

Commit b6c924a

Browse files
committed
Revert to rest.
1 parent d36e1bc commit b6c924a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yascroll.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ not be displayed."
225225
(defun yascroll:choose-scroll-bar ()
226226
"Choose scroll bar by fringe position."
227227
(when (memq window-system yascroll:enabled-window-systems)
228-
(cl-destructuring-bind (left-width right-width outside-margins &optional _)
228+
(cl-destructuring-bind (left-width right-width outside-margins &rest _)
229229
(window-fringes)
230230
(cl-loop for scroll-bar in (yascroll:listify yascroll:scroll-bar)
231231
if (or (eq scroll-bar 'text-area)

0 commit comments

Comments
 (0)