Skip to content

Commit 0a7d457

Browse files
committed
lispy.el (lispy-unbind-variable): Call iedit-update-occurrences
Fixes abo-abo#576 on Emacs 27.2
1 parent 9568ee1 commit 0a7d457

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lispy.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5522,6 +5522,7 @@ Macro used may be customized in `lispy-thread-last-macro', which see."
55225522
(iedit-start (iedit-regexp-quote (lispy--string-dwim)) beg end)
55235523
(lispy-mark-symbol)
55245524
(lispy-move-down 1)
5525+
(iedit-update-occurrences)
55255526
(iedit-mode)
55265527
(deactivate-mark)
55275528
(lispy-left 1)

0 commit comments

Comments
 (0)