- Timestamp:
- Apr 6, 2010, 7:38:15 PM (15 years ago)
- Location:
- release/1.5/source
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
cocoa-ide/hemlock/src/search1.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
release/1.5/source
- Property svn:mergeinfo changed
/trunk/source merged: 13585
- Property svn:mergeinfo changed
-
release/1.5/source/cocoa-ide/hemlock/src/search1.lisp
r12635 r13586 379 379 (when (zerop len) (editor-error "Zero length search string not allowed.")) 380 380 ;; The default jump is the length of the search string. 381 (dotimes (i len)381 (dotimes (i (length jumps)) 382 382 (setf (aref jumps i) len)) 383 383 ;; For chars in the string the jump is the distance from the end. … … 385 385 (setf (aref jumps (funcall access-fun vec i)) (- len i 1))) 386 386 jumps)) 387 388 387 389 388 390
Note:
See TracChangeset
for help on using the changeset viewer.
