Update the matches segment.

The args of symbol-overlay-get-symbol are changed in e40a7c407f.
This commit is contained in:
Vincent Zhang 2019-06-08 18:49:20 +08:00
parent 62f48c062e
commit 28ca62c735

View file

@ -1129,7 +1129,7 @@ Requires `anzu', also `evil-anzu' if using `evil-mode' for compatibility with
(bound-and-true-p symbol-overlay-keywords-alist)
(not (bound-and-true-p symbol-overlay-temp-symbol))
(not (bound-and-true-p iedit-mode)))
(let* ((keyword (symbol-overlay-assoc (symbol-overlay-get-symbol nil t)))
(let* ((keyword (symbol-overlay-assoc (symbol-overlay-get-symbol t)))
(symbol (car keyword))
(before (symbol-overlay-get-list -1 symbol))
(after (symbol-overlay-get-list 1 symbol))