]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't require loadhist.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 17 Oct 2007 23:49:26 +0000 (23:49 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 17 Oct 2007 23:49:26 +0000 (23:49 +0000)
lisp/ChangeLog
lisp/emacs-lisp/find-func.el

index 9e7dd58d79d162a2fc6044ce9b77746b7f7e2d23..d6132f665aa31ad5bcc4f53f49f90e557e7bcb0c 100644 (file)
@@ -1,5 +1,7 @@
 2007-10-17  Juanma Barranquero  <lekktu@gmail.com>
 
+       * emacs-lisp/find-func.el: Don't require loadhist.
+
        * loadhist.el (feature-symbols, file-provides, file-requires)
        (file-set-intersect, file-dependents): Simplify.
        (unload-feature-special-hooks): Update list of special hooks.
index 6a259ffd4f715405a2e2c4e241753dc4ad915fed..20b91b10547a0694093390e5cece95e467efc237 100644 (file)
@@ -46,8 +46,6 @@
 
 ;;; Code:
 
-(require 'loadhist)
-
 ;;; User variables:
 
 (defgroup find-function nil