Fix last-minute typo in last change.
This commit is contained in:
parent
9e11271c55
commit
1dc4075fa8
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue