From d70b5ac5d7f8da9940bb7447960b4f64825c4b0f Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 30 Aug 2005 10:55:25 +0000 Subject: [PATCH] (font-lock-lines-before): Add defvar. --- lisp/progmodes/grep.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 6dc5fcabd41..48d1c09d138 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -33,6 +33,9 @@ (require 'compile) +(defvar font-lock-lines-before) + + (defgroup grep nil "Run compiler as inferior of Emacs, parse error messages." :group 'tools -- 2.39.2