+2007-10-30 Juanma Barranquero <lekktu@gmail.com>
+
+ * loadhist.el (unload-feature): Remove redundant check.
+
2007-10-30 Richard Stallman <rms@gnu.org>
* savehist.el (savehist-save): Obey savehist-ignored-variables.
* follow.el (follow-unload-function): Add docstring.
(follow-unload-function): Remove variable.
- * server.el (server-unload-function): Unbind `server-edit' from `C-x #'.
- (server-unload-function): Remove variable.
+ * server.el (server-unload-function): Remove variable.
+ (server-unload-function): Unbind `server-edit' from `C-x #'.
* uniquify.el (uniquify-unload-function): Add docstring.
(uniquify-unload-function): Remove variable.
(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