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:
parent
af8ee9ca88
commit
9362232cef
@ -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.
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user