Mercurial > emacs
changeset 30885:14607109ea46
(unload-feature): Typo.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 16 Aug 2000 20:51:48 +0000 |
parents | a6155f9c1e66 |
children | 207eba858980 |
files | lisp/loadhist.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadhist.el Wed Aug 16 20:50:19 2000 +0000 +++ b/lisp/loadhist.el Wed Aug 16 20:51:48 2000 +0000 @@ -150,7 +150,7 @@ (if (or (and (boundp x) ; Random hooks. (consp (symbol-value x)) (string-match "-hooks?\\'" (symbol-name x))) - (and (fboundp x) ; Known abnormal hooks etc. + (and (boundp x) ; Known abnormal hooks etc. (memq x loadhist-hook-functions))) (dolist (y (cdr flist)) (remove-hook x y))))))