X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=blobdiff_plain;f=localhook.el;h=b8bd7e93fc6774883260ae35eea12beba8aa0d4b;hp=8c1bf117e74dc1f4364d86f6f67618161567d12a;hb=8fea4843a926e356bb5e6fb7850d1a05bde1f0ca;hpb=26b719c5b80d5fa8040e812e4f864111a57f1f2b diff --git a/localhook.el b/localhook.el index 8c1bf11..b8bd7e9 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 @@ -20,8 +19,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program; see the file COPYING. If not, write to -;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: @@ -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.