Changeset 712
- Timestamp:
- Mar 24, 2004, 12:46:36 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/hemlock/src/htext2.lisp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/hemlock/src/htext2.lisp
r569 r712 154 154 (modifying-buffer buffer 155 155 (modifying-line line mark) 156 (cond ((= *right-open-pos* *line-cache-length*) 156 (cond ((= (mark-charpos mark) 157 (- *line-cache-length* (- *right-open-pos* *left-open-pos*))) 157 158 ;; The mark is at the end of the line. 158 159 (unless next … … 191 192 (t 192 193 (setf (char (the simple-string *open-chars*) *right-open-pos*) 193 character))))) 194 character) 195 (hi::buffer-note-modification buffer mark 1))))) 194 196 character) 195 197 … … 451 453 (write-string "#<Hemlock Mark \"" stream) 452 454 (%print-before-mark structure stream) 453 (write-string " /\\" stream)455 (write-string "^" stream) 454 456 (%print-after-mark structure stream) 455 457 (write-string "\">" stream))
Note:
See TracChangeset
for help on using the changeset viewer.
