emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117474: * lisp/rect.el (rectangle--highlight-for-re


From: Stefan Monnier
Subject: [Emacs-diffs] trunk r117474: * lisp/rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
Date: Thu, 03 Jul 2014 22:22:48 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117474
revision-id: address@hidden
parent: address@hidden
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Thu 2014-07-03 18:22:42 -0400
message:
  * lisp/rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
  different calling convention to rectangle--unhighlight-for-redisplay.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/rect.el                   rect.el-20091113204419-o5vbwnq5f7feedwu-83
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-07-03 09:27:02 +0000
+++ b/lisp/ChangeLog    2014-07-03 22:22:42 +0000
@@ -1,3 +1,8 @@
+2014-07-03  Stefan Monnier  <address@hidden>
+
+       * rect.el (rectangle--highlight-for-redisplay): Don't pass `orig' with
+       different calling convention to rectangle--unhighlight-for-redisplay.
+
 2014-07-03  Michael Albinus  <address@hidden>
 
        * net/tramp.el (tramp-call-process): Handle error strings.

=== modified file 'lisp/rect.el'
--- a/lisp/rect.el      2014-06-17 19:33:58 +0000
+++ b/lisp/rect.el      2014-07-03 22:22:42 +0000
@@ -719,7 +719,7 @@
    ((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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]