From dcb98d0a493a5209bdeb415b04ccefc4dff85981 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm <mast@lysator.liu.se> Date: Mon, 31 Jul 2000 15:42:44 +0200 Subject: [PATCH] Made it evaluate correctly again. (Tip: Try M-x eval-buffer before checking in.) Rev: lib/tools/pike.el:1.11 --- lib/tools/pike.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/tools/pike.el b/lib/tools/pike.el index e28e86274f..1b8c5606fa 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.10 2000/07/14 12:49:14 grubba Exp $ +;;; $Id: pike.el,v 1.11 2000/07/31 13:42:44 mast Exp $ ;;; Copyright (C) 1995, 1996, 1997, 1998, 1999 Per Hedbor. ;;; This file is distributed as GPL @@ -260,8 +260,8 @@ The name is assumed to begin with a capital letter.") ("\\<protected\\>" 0 font-lock-preprocessor-face) ("\\<local\\>" 0 font-lock-preprocessor-face) ("\\<private\\>" 0 font-lock-preprocessor-face) - ("\\<nomask\\>" 0 font-lock-preprocessor-face)) - ("\\<optional\\>" 0 font-lock-preprocessor-face)) + ("\\<nomask\\>" 0 font-lock-preprocessor-face) + ("\\<optional\\>" 0 font-lock-preprocessor-face) ("\\<variant\\>" 0 font-lock-preprocessor-face)) pike-font-lock-keywords-2 ))) -- GitLab