]> git.eshelyaron.com Git - emacs.git/commitdiff
(unload-feature): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Aug 2000 20:51:48 +0000 (20:51 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 16 Aug 2000 20:51:48 +0000 (20:51 +0000)
lisp/loadhist.el

index 95208bc7908774b00e9be76ed098ebeaffd39cbd..402a3ce35b99c82687dd909d8c165ac4bc5dc678 100644 (file)
@@ -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))))))