From 56f9134d3268579b2953e0e0e7af51e68e12f021 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Sundstr=C3=B6m?= <oyasumi@gmail.com> Date: Fri, 2 Aug 2002 07:07:15 +0200 Subject: [PATCH] pike.el has moved. Rev: lib/tools/pike.el:1.39(DEAD) Rev: man/pike.1:1.14 Rev: tools/pike.el:1.39 --- .gitattributes | 1 + man/pike.1 | 10 +++++----- {lib/tools => tools}/pike.el | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) rename {lib/tools => tools}/pike.el (99%) diff --git a/.gitattributes b/.gitattributes index 3ae06b64c1..7052b22c76 100644 --- a/.gitattributes +++ b/.gitattributes @@ -738,3 +738,4 @@ testfont binary /src/treeopt.in foreign_ident /src/version.c foreign_ident /src/version.h foreign_ident +/tools/pike.el foreign_ident diff --git a/man/pike.1 b/man/pike.1 index e859d17406..11bcc762ef 100644 --- a/man/pike.1 +++ b/man/pike.1 @@ -1,11 +1,11 @@ -.\" $Id: pike.1,v 1.13 2001/03/11 15:52:29 grubba Exp $ +.\" $Id: pike.1,v 1.14 2002/08/02 05:07:15 jhs Exp $ .\" name section last-modified title section-name product/status architecture .ds ]L Pike -.TH pike 1 "$Date: 2001/03/11 15:52:29 $" Pike "Pike Manual" Pike -.\" On Solaris ]L will contain "Last modified $Date: 2001/03/11 15:52:29 $" +.TH pike 1 "$Date: 2002/08/02 05:07:15 $" Pike "Pike Manual" Pike +.\" On Solaris ]L will contain "Last modified $Date: 2002/08/02 05:07:15 $" .\" while HPUX uses ]L to contain "Pike". .\" On OSF/1 ]L will already contain the wanted string. -.if !\*(]LPike .ds ]L $Date: 2001/03/11 15:52:29 $ \" Solaris nroff +.if !\*(]LPike .ds ]L $Date: 2002/08/02 05:07:15 $ \" Solaris nroff .\" Major (mj) and minor (mn) version of Pike .nr mj 7 .nr mn 3 @@ -285,7 +285,7 @@ backward compatibility modules .B \*(bd/lib/include/* pike include files .TP -.B \*(bd/lib/tools/pike.el +.B \*(bd/tools/pike.el emacs fontlock definitions for pike-mode .TP .B \*(bd/include/pike/* diff --git a/lib/tools/pike.el b/tools/pike.el similarity index 99% rename from lib/tools/pike.el rename to tools/pike.el index 2780d4ce4e..358b3ae5b5 100644 --- a/lib/tools/pike.el +++ b/tools/pike.el @@ -1,5 +1,5 @@ ;;; pike.el -- Font lock definitions for Pike and other LPC files. -;;; $Id: pike.el,v 1.39 2002/05/11 21:42:25 mast Exp $ +;;; $Id: pike.el,v 1.39 2002/08/02 05:07:15 jhs fake $ ;;; Copyright (C) 1995, 1996, 1997, 1998, 1999 Per Hedbor. ;;; This file is distributed as GPL -- GitLab