1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-30 19:53:09 +00:00

* lisp/rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with

different calling convention to rectangle--unhighlight-for-redisplay.
This commit is contained in:
Stefan Monnier 2014-07-03 18:22:42 -04:00
parent af8ee9ca88
commit 9362232cef
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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))