Changeset 14477
- Timestamp:
- Dec 9, 2010, 1:12:48 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/library/cover.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/library/cover.lisp
r14299 r14477 688 688 (multiple-value-bind (start end) (decode-file-range (code-note-acode-range note)) 689 689 (when (and start 690 (setq start (position-if-not #'whitespacep acode :start start :end end )))690 (setq start (position-if-not #'whitespacep acode :start start :end end :key #'code-char))) 691 691 (fill styles (style-for-coverage (code-note-code-coverage note)) 692 692 :start start
Note:
See TracChangeset
for help on using the changeset viewer.
