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

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

[nongnu] elpa/highlight-parentheses 013ac29 38/49: Fix errors due to for


From: ELPA Syncer
Subject: [nongnu] elpa/highlight-parentheses 013ac29 38/49: Fix errors due to forgotten version in define-obsolete-function/variable-alias
Date: Sun, 15 Aug 2021 03:57:49 -0400 (EDT)

branch: elpa/highlight-parentheses
commit 013ac29970d5209c14da0af6c5bb9bbbcca40c02
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Fix errors due to forgotten version in 
define-obsolete-function/variable-alias
---
 highlight-parentheses.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/highlight-parentheses.el b/highlight-parentheses.el
index a0e5502..9bc4539 100644
--- a/highlight-parentheses.el
+++ b/highlight-parentheses.el
@@ -99,7 +99,7 @@ The list starts with the inside parentheses and moves 
outwards."
   :group 'highlight-parentheses)
 
 (define-obsolete-variable-alias 'hl-paren-delay
-  'highlight-parentheses-delay)
+  'highlight-parentheses-delay "2.0.0")
 (defcustom highlight-parentheses-delay 0.137
   "Fraction of seconds after which the overlays are adjusted.
 In general, this should at least be larger than your keyboard
@@ -147,7 +147,7 @@ overlays in it instead."
   (mapc #'delete-overlay overlays))
 
 (define-obsolete-function-alias 'hl-paren-highlight
-  'highlight-parentheses--highlight)
+  'highlight-parentheses--highlight "2.0.0")
 (defun highlight-parentheses--highlight ()
   "Highlight the parentheses around point."
   (unless (= (point) highlight-parentheses--last-point)



reply via email to

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