summaryrefslogtreecommitdiff
path: root/lisp/loadhist.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-01 17:14:19 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-01 17:14:19 +0000
commit96c3ed60ae56f4d8d1143fb17f3dff395df1299c (patch)
tree8b3b6498fe6bf76356a6599fa78618f8d99594bb /lisp/loadhist.el
parent23b04eac8c6916d8fd1e2c67810faef6dba1dbb5 (diff)
downloademacs-96c3ed60ae56f4d8d1143fb17f3dff395df1299c.tar.gz
(unload-feature): The autoload property does not
tart with `autoload'.
Diffstat (limited to 'lisp/loadhist.el')
-rw-r--r--lisp/loadhist.el2
1 files changed, 1 insertions, 1 deletions
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))))