/[emacs]/emacs/lisp/emulation/cua-rect.el
ViewVC logotype

Diff of /emacs/lisp/emulation/cua-rect.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.22 by ttn, Mon Aug 1 14:51:28 2005 UTC revision 1.23 by kfstorm, Mon Aug 1 22:06:42 2005 UTC
# Line 833  If command is repeated at same position, Line 833  If command is repeated at same position,
833               (overlay-put overlay 'after-string as)               (overlay-put overlay 'after-string as)
834               (overlay-put overlay 'face rface)               (overlay-put overlay 'face rface)
835               (overlay-put overlay 'keymap cua--overlay-keymap)               (overlay-put overlay 'keymap cua--overlay-keymap)
836                 (overlay-put overlay 'window (selected-window))
837               (setq new (cons overlay new))))))               (setq new (cons overlay new))))))
838      ;; Trim old trailing overlays.      ;; Trim old trailing overlays.
839      (mapcar (function delete-overlay) old)      (mapcar (function delete-overlay) old)

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26