Mercurial > emacs
changeset 79270:6dd30931fca5
(unload-feature): Remove redundant check.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 30 Oct 2007 09:39:42 +0000 |
parents | e795b2a62682 |
children | 95f7531d8e3d |
files | lisp/loadhist.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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