diff lisp/loadhist.el @ 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 4521917cdd6e
children 8fb25f247533
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))))