From 96c3ed60ae56f4d8d1143fb17f3dff395df1299c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 1 Jul 1994 17:14:19 +0000 Subject: [PATCH] (unload-feature): The autoload property does not tart with `autoload'. --- lisp/loadhist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 8f29c5a8a71..23091d1f0f3 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -104,7 +104,7 @@ is nil, raise an error." ((fboundp x) (fmakunbound x) (let ((aload (get x 'autoload))) - (if aload (fset x aload)))))) + (if aload (fset x (cons 'autoload aload))))))) ) (cdr flist)))) -- 2.39.5