branch: elpa/iedit commit dd5d75b38ee0c52ad81245a8e5c932d3f5c4772d Author: Victor Ren <victor...@gmail.com> Commit: Victor Ren <victor...@gmail.com>
remove :local introduced in the previous commit It breaks emacs < 27.1 --- iedit-lib.el | 1 - 1 file changed, 1 deletion(-) diff --git a/iedit-lib.el b/iedit-lib.el index 08862076aa..6fa586b009 100644 --- a/iedit-lib.el +++ b/iedit-lib.el @@ -94,7 +94,6 @@ mode, set it as nil." "If no-nil, iedit-mode automatically starts buffering the changes. This could be a workaround for lag problem under certain modes." :type 'boolean - :local t :group 'iedit) (defcustom iedit-overlay-priority 200