From 057ab2946f2ae14fe092c93e3babc1bf1874137a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 16 Aug 2000 20:51:48 +0000 Subject: [PATCH] (unload-feature): Typo. --- lisp/loadhist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/loadhist.el b/lisp/loadhist.el index 95208bc7908..402a3ce35b9 100644 --- a/lisp/loadhist.el +++ b/lisp/loadhist.el @@ -150,7 +150,7 @@ is nil, raise an error." (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)))))) -- 2.11.4.GIT