car $ cdr -> cadr
Ignore-this: 2b5aa46e42282ee30710daaf8d735116 darcs-hash:20120731235124-33bd9-9fd2bf3a358e2ed54eac23aaa56df50ece816004
This commit is contained in:
parent
63bf082195
commit
e4796c8e51
|
@ -504,7 +504,7 @@ it is started."
|
|||
(let ((offsets (split-string argument "," t)))
|
||||
(while offsets
|
||||
(let ((a (string-to-number (car offsets)))
|
||||
(b (string-to-number (car (cdr offsets)))))
|
||||
(b (string-to-number (cadr offsets))))
|
||||
(add-text-properties (+ utop-prompt-max a) (+ utop-prompt-max b) '(face utop-error))
|
||||
(setq offsets (cdr (cdr offsets))))))
|
||||
;; Make everything read-only
|
||||
|
|
Loading…
Reference in New Issue