From 4590bd51f49f35089a7874cd1093e943efcdf97f Mon Sep 17 00:00:00 2001 From: nailuoGG Date: Wed, 18 Sep 2024 13:15:33 +0800 Subject: [PATCH] fix missing package --- pangu-spacing.el | 1 + 1 file changed, 1 insertion(+) diff --git a/pangu-spacing.el b/pangu-spacing.el index 00cb5e8..c1ca555 100644 --- a/pangu-spacing.el +++ b/pangu-spacing.el @@ -168,6 +168,7 @@ When you set t here, the space will be insert when you save file." ;; ;; Url: http://lists.gnu.org/archive/html/emacs-diffs/2014-01/msg00049.html ;; +(eval-when-compile (require 'rx)) (defun pangu-spacing-chinese-two-byte-category () "Return the correct category name for Chinese two-byte characters." (if (assq 'chinese-two-byte rx--categories)