radian-software / prescient.el

☄️ Simple but effective sorting and filtering for Emacs.
MIT License
603 stars 25 forks source link

`require` library `char-fold` when `char-fold-table` not bound. #126

Closed okamsn closed 2 years ago

okamsn commented 2 years ago

This came up while testing the completion style. char-fold-to-regexp will try to use char-fold-table, which won't be bound for some reason. Explicitly require-ing the library fixes this.

This is on Emacs 28.1 with native-comp.