Fix last-minute typo in last change.

This commit is contained in:
Stefan Monnier 2011-01-31 12:11:11 -05:00
parent 9e11271c55
commit 1dc4075fa8

View file

@ -858,8 +858,8 @@ POS and RES.")
;; ends up having to walk very far back to find the last change.
(if (and compilation--previous-directory-cache
(< pos (car compilation--previous-directory-cache))
(or (null (cdr compilation--previous-directory-cache)
(< (cdr compilation--previous-directory-cache) pos))))
(or (null (cdr compilation--previous-directory-cache))
(< (cdr compilation--previous-directory-cache) pos)))
;; No need to call previous-single-property-change.
(cdr compilation--previous-directory-cache)