diff options
Diffstat (limited to 'lisp/loadhist.el')
-rw-r--r-- | lisp/loadhist.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 11c6b1e4178..8f29c5a8a71 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -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) |