different calling convention to rectangle--unhighlight-for-redisplay.
+2014-07-03 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
+ different calling convention to rectangle--unhighlight-for-redisplay.
+
2014-07-03 Michael Albinus <michael.albinus@gmx.de>
* net/tramp.el (tramp-call-process): Handle error strings.
((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))