From 3a69f31d76237a809154990e80b4d9f24cf4656b Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Fri, 17 Nov 2000 17:47:36 +0100
Subject: [PATCH] The advice stuff is gone - removed the requirement on that
 library.

Rev: lib/tools/pike.el:1.15
---
 lib/tools/pike.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/tools/pike.el b/lib/tools/pike.el
index e1986bb61d..db405fc008 100644
--- a/lib/tools/pike.el
+++ b/lib/tools/pike.el
@@ -1,5 +1,5 @@
 ;;; pike.el -- Font lock definitions for Pike and other LPC files.
-;;; $Id: pike.el,v 1.14 2000/11/17 06:16:05 mast Exp $
+;;; $Id: pike.el,v 1.15 2000/11/17 16:47:36 mast Exp $
 ;;; Copyright (C) 1995, 1996, 1997, 1998, 1999 Per Hedbor.
 ;;; This file is distributed as GPL
 
@@ -19,7 +19,6 @@
 
 (require 'font-lock)
 (require 'custom)
-(require 'advice)
 
 ;; Added in later font-lock versions. Copied here for backward
 ;; compatibility.
-- 
GitLab