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

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

[nongnu] elpa/rainbow-delimiters 352b4f2bfe 177/188: No need to set inhi


From: ELPA Syncer
Subject: [nongnu] elpa/rainbow-delimiters 352b4f2bfe 177/188: No need to set inhibit-point-motion-hooks
Date: Sat, 1 Jan 2022 00:59:03 -0500 (EST)

branch: elpa/rainbow-delimiters
commit 352b4f2bfe9fdfbe8b03477fc1d79589c8350311
Author: Fanael Linithien <fanael4@gmail.com>
Commit: Fanael Linithien <fanael4@gmail.com>

    No need to set inhibit-point-motion-hooks
---
 rainbow-delimiters.el | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index 8457bc63c8..f53923c126 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -2,12 +2,12 @@
 
 ;; Copyright (C)
 ;;   2010-2013 Jeremy Rayman
-;;   2013-2015 Fanael Linithien
+;;   2013-2016 Fanael Linithien
 ;; Author: Jeremy Rayman <opensource@jeremyrayman.com>
 ;;         Fanael Linithien <fanael4@gmail.com>
 ;; Maintainer: Fanael Linithien <fanael4@gmail.com>
 ;; Created: 2010-09-02
-;; Version: 2.1.1
+;; Version: 2.1.2
 ;; Keywords: faces, convenience, lisp, tools
 ;; Homepage: https://github.com/Fanael/rainbow-delimiters
 
@@ -220,8 +220,7 @@ Returns t if char at loc meets one of the following 
conditions:
   "Highlight delimiters in region between point and END.
 
 Used by font-lock for dynamic highlighting."
-  (let* ((inhibit-point-motion-hooks t)
-         (last-ppss-pos (point))
+  (let* ((last-ppss-pos (point))
          (ppss (syntax-ppss)))
     (while (> end (progn (skip-syntax-forward "^()" end)
                          (point)))



reply via email to

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