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

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

[elpa] master 34b4b52 25/34: Typo


From: Vitalie Spinu
Subject: [elpa] master 34b4b52 25/34: Typo
Date: Tue, 7 May 2019 16:05:29 -0400 (EDT)

branch: master
commit 34b4b52f67e5c1ffaf807e4be1512fca4695eea8
Author: Vitalie Spinu <address@hidden>
Commit: Vitalie Spinu <address@hidden>

    Typo
---
 company-math.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/company-math.el b/company-math.el
index 0083870..e68eedc 100644
--- a/company-math.el
+++ b/company-math.el
@@ -56,8 +56,8 @@ It will also work after `company-math-symbol-prefix'."
   :group 'company-math
   :type 'string)
 
-;; no more custom since since v.1.3
-(when (boundp 'company-math-symbol-prefix)
+;; no more custom since since v.1.2
+(when (boundp 'company-math-prefix-regexp)
   (warn "`company-math-prefix-regexp' is deprecated, please remove from your 
custom settings."))
 
 (defvar company-math--latex-prefix-regexp (concat (regexp-quote 
company-math-symbol-prefix)



reply via email to

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