changeset 8108:7b9d245c5978

(unload-feature): The autoload property does not tart with `autoload'.
author Richard M. Stallman <rms@gnu.org>
date Fri, 01 Jul 1994 17:14:19 +0000
parents 0885b28decc6
children 9bc00e1f0f3e
files lisp/loadhist.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadhist.el	Fri Jul 01 17:06:34 1994 +0000
+++ b/lisp/loadhist.el	Fri Jul 01 17:14:19 1994 +0000
@@ -104,7 +104,7 @@
 		       ((fboundp x)
 			(fmakunbound x)
 			(let ((aload (get x 'autoload)))
-			  (if aload (fset x aload))))))
+			  (if aload (fset x (cons 'autoload aload)))))))
 	       )
      (cdr flist))))