X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=localhook.el;h=79bc2cc72958094dc970de9ff28f5aa8a6b1d717;hb=a19bd4981108e30ce53fe2a4a2c322ffc572a72b;hp=8c1bf117e74dc1f4364d86f6f67618161567d12a;hpb=26b719c5b80d5fa8040e812e4f864111a57f1f2b;p=elisp%2Fapel.git diff --git a/localhook.el b/localhook.el index 8c1bf11..79bc2cc 100644 --- a/localhook.el +++ b/localhook.el @@ -1,7 +1,6 @@ ;;; localhook.el --- local hook variable support in emacs-lisp. -;; Copyright (C) 1985, 1986, 1992, 1994, 1995 Free Software Foundation, Inc. -;; Copyright (C) 1999 Shuhei KOBAYASHI +;; Copyright (C) 1985,86,92,94,95,1999 Free Software Foundation, Inc. ;; Author: Shuhei KOBAYASHI ;; Keywords: compatibility @@ -59,7 +58,10 @@ ;;; Code: -(provide 'localhook) ; beware of circular dependency. +;; beware of circular dependency. +(require 'product) +(product-provide (provide 'localhook) (require 'apel-ver)) + (require 'poe) ; this file is loaded from poe.el. ;; These two functions are not complete, but work enough for our purpose.