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

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

[elpa] externals/company-math b6d2b77ff3 1/2: Typo: use correct variable


From: ELPA Syncer
Subject: [elpa] externals/company-math b6d2b77ff3 1/2: Typo: use correct variable name during initalization
Date: Tue, 27 Dec 2022 08:57:25 -0500 (EST)

branch: externals/company-math
commit b6d2b77ff371bc11af2f4fda4fcf9c75610841cd
Author: Vitalie Spinu <spinuvit@gmail.com>
Commit: Vitalie Spinu <spinuvit@gmail.com>

    Typo: use correct variable name during initalization
---
 company-math.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/company-math.el b/company-math.el
index 34d73e965b..64fa43e788 100644
--- a/company-math.el
+++ b/company-math.el
@@ -68,7 +68,7 @@ in a new Emacs session."
   (regexp-quote company-math-symbol-prefix))
 (defvar company-math--unicode-prefix-regex
   (let ((psym (regexp-quote company-math-symbol-prefix))
-        (psub (when company-math-symbol-prefix
+        (psub (when company-math-subscript-prefix
                 (concat "\\|" (regexp-quote company-math-subscript-prefix))))
         (psup (when company-math-superscript-prefix
                 (concat "\\|" (regexp-quote 
company-math-superscript-prefix)))))



reply via email to

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