changeset 5336:4521917cdd6e

(unload-feature): Ignore conses in the feature-symbols.
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Dec 1993 07:29:39 +0000
parents abf0d4d01681
children 0740b2a454d9
files lisp/loadhist.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadhist.el	Fri Dec 24 05:42:58 1993 +0000
+++ b/lisp/loadhist.el	Fri Dec 24 07:29:39 1993 +0000
@@ -99,6 +99,7 @@
     (mapcar
      (function (lambda (x) 
 		 (cond ((stringp x) nil)
+		       ((consp x) nil)
 		       ((boundp x) (makunbound x))
 		       ((fboundp x)
 			(fmakunbound x)