# HG changeset patch # User Mike Sperber # Date 1198136978 -3600 # Node ID 6ad202d453cb121cd73e21c6d3172f077604ad47 # Parent 4fbcce3f60970b235f789a1071bea2473c879f03 Insert into section header for immediate autoloads. 2007-12-18 Mike Sperber * autoload.el (process-one-lisp-autoload): Insert into the section header for immediate autoloads, to make sure the upstream doesn't think there aren't any autoloads at all. diff -r 4fbcce3f6097 -r 6ad202d453cb lisp/ChangeLog --- a/lisp/ChangeLog Wed Dec 19 10:21:38 2007 +0100 +++ b/lisp/ChangeLog Thu Dec 20 08:49:38 2007 +0100 @@ -1,3 +1,9 @@ +2007-12-18 Mike Sperber + + * autoload.el (process-one-lisp-autoload): Insert into + the section header for immediate autoloads, to make sure the + upstream doesn't think there aren't any autoloads at all. + 2007-12-14 Aidan Kehoe * process.el (substitute-env-vars): diff -r 4fbcce3f6097 -r 6ad202d453cb lisp/autoload.el --- a/lisp/autoload.el Wed Dec 19 10:21:38 2007 +0100 +++ b/lisp/autoload.el Thu Dec 20 08:49:38 2007 +0100 @@ -516,7 +516,8 @@ (let ((begin (point))) (forward-sexp) (forward-line 1) - (princ (buffer-substring begin (point)) outbuf))) + (princ (buffer-substring begin (point)) outbuf)) + (setq autoloads-done (cons ' autoloads-done))) (t (princ (buffer-substring (progn