]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/autoload.el (autoload-find-destination):
authorGlenn Morris <rgm@gnu.org>
Tue, 1 Mar 2016 05:03:47 +0000 (21:03 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 1 Mar 2016 05:03:47 +0000 (21:03 -0800)
Fix 6-week old merge error.

lisp/emacs-lisp/autoload.el

index 06231f55c271e3e21c85648db5494c72f9af6d79..8f2b5337ea7075f0872b734eed75dc9f527cb775 100644 (file)
@@ -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,