emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emulation/cua-rect.el


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/cua-rect.el
Date: Mon, 01 Aug 2005 18:06:42 -0400

Index: emacs/lisp/emulation/cua-rect.el
diff -c emacs/lisp/emulation/cua-rect.el:1.22 
emacs/lisp/emulation/cua-rect.el:1.23
*** emacs/lisp/emulation/cua-rect.el:1.22       Mon Aug  1 14:51:28 2005
--- emacs/lisp/emulation/cua-rect.el    Mon Aug  1 22:06:42 2005
***************
*** 833,838 ****
--- 833,839 ----
             (overlay-put overlay 'after-string as)
             (overlay-put overlay 'face rface)
             (overlay-put overlay 'keymap cua--overlay-keymap)
+            (overlay-put overlay 'window (selected-window))
             (setq new (cons overlay new))))))
      ;; Trim old trailing overlays.
      (mapcar (function delete-overlay) old)




reply via email to

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