branch: elpa/rainbow-delimiters
commit 352b4f2bfe9fdfbe8b03477fc1d79589c8350311
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>
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 <[email protected]>
;; Fanael Linithien <[email protected]>
;; Maintainer: Fanael Linithien <[email protected]>
;; 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)))