From 9362232cef75b7e0210407259d30818ddc35a112 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 3 Jul 2014 18:22:42 -0400 Subject: * lisp/rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with different calling convention to rectangle--unhighlight-for-redisplay. --- lisp/rect.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/rect.el') diff --git a/lisp/rect.el b/lisp/rect.el index ac861a0824b..a2f8e4f6371 100644 --- a/lisp/rect.el +++ b/lisp/rect.el @@ -719,7 +719,7 @@ Ignores `line-move-visual'." ((not rectangle-mark-mode) (funcall orig start end window rol)) (rectangle--inhibit-region-highlight - (rectangle--unhighlight-for-redisplay orig rol) + (funcall redisplay-unhighlight-region-function rol) nil) ((and (eq 'rectangle (car-safe rol)) (eq (nth 1 rol) (buffer-chars-modified-tick)) -- cgit v1.2.1