Skip to content

Commit

Permalink
fix missong package
Browse files Browse the repository at this point in the history
  • Loading branch information
nailuoGG committed Sep 18, 2024
1 parent 000aa10 commit 8098fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pangu-spacing.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8098fba

Please sign in to comment.