Changeset 7322
- Timestamp:
- Sep 29, 2007, 10:08:56 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/cocoa-ide/hemlock/src/killcoms.lisp
r6660 r7322 178 178 179 179 (defcommand "Exchange Point and Mark" (p) 180 "Swap the positions of the point and the mark ."180 "Swap the positions of the point and the mark, activating region" 181 181 "Swap the positions of the point and the mark." 182 182 (declare (ignore p)) … … 185 185 (with-mark ((temp point)) 186 186 (move-mark point mark) 187 (move-mark mark temp)))) 187 (move-mark mark temp))) 188 (activate-region)) 188 189 189 190 (defcommand "Mark Whole Buffer" (p)
Note: See TracChangeset
for help on using the changeset viewer.