* lisp/emacs-lisp/autoload.el (autoload-find-destination):
Fix 6-week old merge error.
This commit is contained in:
parent
d84bc5555a
commit
4694f2f906
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ removes any prior now out-of-date autoload entries."
|
|||
;; last-time is the time-stamp (specifying
|
||||
;; the last time we looked at the file) and
|
||||
;; the file hasn't been changed since.
|
||||
((listp last-time) (= (length last-time) 2)
|
||||
((listp last-time)
|
||||
(not (time-less-p last-time file-time)))
|
||||
;; FIXME? Arguably we should throw a
|
||||
;; user error, or some kind of warning,
|
||||
|
|
Loading…
Add table
Reference in a new issue