]> git.eshelyaron.com Git - emacs.git/commitdiff
(unload-feature): The autoload property does not
authorRichard M. Stallman <rms@gnu.org>
Fri, 1 Jul 1994 17:14:19 +0000 (17:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 1 Jul 1994 17:14:19 +0000 (17:14 +0000)
tart with `autoload'.

lisp/loadhist.el

index 8f29c5a8a71a05d7177131122eff7c69ad4063d3..23091d1f0f3b1820614acc110fd9ed54fc6f2e93 100644 (file)
@@ -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))))