car $ cdr -> cadr

Ignore-this: 2b5aa46e42282ee30710daaf8d735116

darcs-hash:20120731235124-33bd9-9fd2bf3a358e2ed54eac23aaa56df50ece816004
This commit is contained in:
wojciech.meyer 2012-08-01 01:51:24 +02:00
parent 63bf082195
commit e4796c8e51
1 changed files with 1 additions and 1 deletions

View File

@ -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