diff options
Diffstat (limited to 'lisp/loadhist.el')
| -rw-r--r-- | lisp/loadhist.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 635059f93e5..61f15c8ef1c 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el | |||
| @@ -222,8 +222,8 @@ such as redefining an Emacs function." | |||
| 222 | (if aload | 222 | (if aload |
| 223 | (fset fun (cons 'autoload aload)) | 223 | (fset fun (cons 'autoload aload)) |
| 224 | (fmakunbound fun)))))) | 224 | (fmakunbound fun)))))) |
| 225 | (require nil) | 225 | ((t require) nil) |
| 226 | (t (message "Unexpected element %s in load-history" x))) | 226 | (t (message "Unexpected element %s in load-history" x))) |
| 227 | ;; Kill local values as much as possible. | 227 | ;; Kill local values as much as possible. |
| 228 | (dolist (buf (buffer-list)) | 228 | (dolist (buf (buffer-list)) |
| 229 | (with-current-buffer buf | 229 | (with-current-buffer buf |