aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-08-30 10:55:25 +0000
committerJuanma Barranquero2005-08-30 10:55:25 +0000
commitd70b5ac5d7f8da9940bb7447960b4f64825c4b0f (patch)
tree036fc777e8853caedc64917d1ae00b8d30440f0b
parentbf1d7e442939018b40bb8343b6fce8e85126f1fd (diff)
downloademacs-d70b5ac5d7f8da9940bb7447960b4f64825c4b0f.tar.gz
emacs-d70b5ac5d7f8da9940bb7447960b4f64825c4b0f.zip
(font-lock-lines-before): Add defvar.
-rw-r--r--lisp/progmodes/grep.el3
1 files changed, 3 insertions, 0 deletions
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 @@
33 33
34(require 'compile) 34(require 'compile)
35 35
36(defvar font-lock-lines-before)
37
38
36(defgroup grep nil 39(defgroup grep nil
37 "Run compiler as inferior of Emacs, parse error messages." 40 "Run compiler as inferior of Emacs, parse error messages."
38 :group 'tools 41 :group 'tools