Fix char-fold compilation warning
* lisp/char-fold.el (require): Get string-join definition.
This commit is contained in:
parent
a998591522
commit
57ba65e047
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'subr-x))
|
||||
|
||||
(eval-and-compile
|
||||
(put 'char-fold-table 'char-table-extra-slots 1)
|
||||
(defconst char-fold--default-override nil)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue