]> git.eshelyaron.com Git - emacs.git/commitdiff
(unload-feature): Ignore conses in the feature-symbols.
authorRichard M. Stallman <rms@gnu.org>
Fri, 24 Dec 1993 07:29:39 +0000 (07:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 24 Dec 1993 07:29:39 +0000 (07:29 +0000)
lisp/loadhist.el

index 11c6b1e417831e3ae605fd098073a3d6726c7993..8f29c5a8a71a05d7177131122eff7c69ad4063d3 100644 (file)
@@ -99,6 +99,7 @@ is nil, raise an error."
     (mapcar
      (function (lambda (x) 
                 (cond ((stringp x) nil)
+                      ((consp x) nil)
                       ((boundp x) (makunbound x))
                       ((fboundp x)
                        (fmakunbound x)