diff options
Diffstat (limited to 'lisp/rect.el')
| -rw-r--r-- | lisp/rect.el | 2 |
1 files changed, 1 insertions, 1 deletions
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'." | |||
| 719 | ((not rectangle-mark-mode) | 719 | ((not rectangle-mark-mode) |
| 720 | (funcall orig start end window rol)) | 720 | (funcall orig start end window rol)) |
| 721 | (rectangle--inhibit-region-highlight | 721 | (rectangle--inhibit-region-highlight |
| 722 | (rectangle--unhighlight-for-redisplay orig rol) | 722 | (funcall redisplay-unhighlight-region-function rol) |
| 723 | nil) | 723 | nil) |
| 724 | ((and (eq 'rectangle (car-safe rol)) | 724 | ((and (eq 'rectangle (car-safe rol)) |
| 725 | (eq (nth 1 rol) (buffer-chars-modified-tick)) | 725 | (eq (nth 1 rol) (buffer-chars-modified-tick)) |