emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4694f2f: * lisp/emacs-lisp/autoload.el (autoload-fi


From: Glenn Morris
Subject: [Emacs-diffs] master 4694f2f: * lisp/emacs-lisp/autoload.el (autoload-find-destination):
Date: Tue, 01 Mar 2016 05:04:17 +0000

branch: master
commit 4694f2f90679b21797a11f579f9cb9482eb36bdf
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * lisp/emacs-lisp/autoload.el (autoload-find-destination):
    Fix 6-week old merge error.
---
 lisp/emacs-lisp/autoload.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 06231f5..8f2b533 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]