Changeset 15332
- Timestamp:
- Apr 17, 2012, 8:44:36 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/hemlock/src/lispmode.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/hemlock/src/lispmode.lisp
r15316 r15332 2318 2318 "Insert a space, then show the current function's arglist." 2319 2319 (declare (ignore p)) 2320 (let ((point (current-point )))2320 (let ((point (current-point-for-insertion))) 2321 2321 (insert-character point #\Space) 2322 2322 (pre-command-parse-check point)
Note:
See TracChangeset
for help on using the changeset viewer.
