emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/adoc-mode 2ab9e1463b 122/199: unichars.el is not a regular


From: ELPA Syncer
Subject: [nongnu] elpa/adoc-mode 2ab9e1463b 122/199: unichars.el is not a regular package.
Date: Sun, 3 Sep 2023 06:59:39 -0400 (EDT)

branch: elpa/adoc-mode
commit 2ab9e1463b753c4ece53a9af8d8d0c33203527e8
Author: Tobias Zawada <TOZ@esi-group.com>
Commit: Tobias Zawada <TOZ@esi-group.com>

    unichars.el is not a regular package.
---
 adoc-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/adoc-mode.el b/adoc-mode.el
index 90c02d795e..767b2a2685 100644
--- a/adoc-mode.el
+++ b/adoc-mode.el
@@ -2853,7 +2853,8 @@ and title's text are not preserved, afterwards its always 
one space."
 
 (defun adoc-make-unichar-alist()
   "Creates `adoc-unichar-alist' from `unicode-character-list'"
-  (require 'unichars nil t)
+  (unless (boundp 'unicode-character-list)
+    (load "unichars"))
   (let ((i unicode-character-list))
     (setq adoc-unichar-alist nil)
     (while i



reply via email to

[Prev in Thread] Current Thread [Next in Thread]