Skip to content

Commit

Permalink
fix: wrong function name
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyinz committed Aug 29, 2023
1 parent 1f2ce82 commit 2948f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binky.el
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ PRED should be a Lisp objects to be compared or a function of one argument."
if (with-current-buffer buf
(and (not (seq-some #'funcall
(append binky-exclude-functions
'(binky--exclude-mode-
'(binky--exclude-mode-p
binky--exclude-regexp-p))))
(point-marker)))
collect it into result
Expand Down

0 comments on commit 2948f53

Please sign in to comment.