# HG changeset patch # User Juanma Barranquero # Date 1193737182 0 # Node ID 6dd30931fca56339fcb8fd10fb8f94a7d08f951c # Parent e795b2a62682a47d35d86a46caa9ea9d2d3094ab (unload-feature): Remove redundant check. diff -r e795b2a62682 -r 6dd30931fca5 lisp/loadhist.el --- a/lisp/loadhist.el Tue Oct 30 08:32:36 2007 +0000 +++ b/lisp/loadhist.el Tue Oct 30 09:39:42 2007 +0000 @@ -200,7 +200,7 @@ (unload-func (intern-soft (concat name "-unload-function")))) ;; If FEATURE-unload-function is defined and returns non-nil, ;; don't try to do anything more; otherwise proceed normally. - (unless (and unload-func (fboundp unload-func) + (unless (and (fboundp unload-func) (funcall unload-func)) ;; Try to avoid losing badly when hooks installed in critical ;; places go away. (Some packages install things on