• Stefan Monnier's avatar
    * lisp/emulation/cua-base.el (cua-paste): Add `delete-selection' property · 5b4f37ab
    Stefan Monnier authored
    instead of deleting the selection "by hand".
    Rely on insert-for-yank to yank rectangles.
    (cua-highlight-region-shift-only): Mark obsolete.
    (cua-mode): Don't enable/disable transient-mark-mode,
    shift-select-mode (cua-mode works both with and without them), and
    pc-selection-mode (obsolete).
    * lisp/emulation/cua-rect.el (cua--activate-rectangle): Activate the mark.
    (cua--deactivate-rectangle): Deactivate it.
    
    Fixes: debbugs:16098
    5b4f37ab
cua-base.el 55.1 KB