aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation/cua-rect.el
Commit message (Collapse)AuthorAgeFilesLines
* Trailing whitepace deleted.Juanma Barranquero2003-02-041-17/+17
|
* (cua--rectangle-operation): Don't callKim F. Storm2002-07-041-2/+3
| | | | | FCT if current column is outside rectangle. (cua--delete-rectangle): Do nothing if zero width or out of bounds.
* (cua--init-rectangles): Install defaultKim F. Storm2002-05-251-0/+4
| | | | | binding in cua--rectangle-keymap using cua--self-insert-char-p to handle all global self inserting characters in rectangle mode.
* Fix typo.Juanma Barranquero2002-05-161-1/+1
|
* (cua--rectangle-operation):Kim F. Storm2002-05-141-1/+2
| | | | Don't highlight empty lines in rectangles.
* Follow coding conventions.Pavel Janík2002-05-021-0/+4
|
* Added cua-mode based files [split from original cua.el]:Kim F. Storm2002-04-281-0/+1375
cua-base.el, cua-rect.el, cua-gmrk.el, and keypad.el