diff options
| author | Juanma Barranquero | 2005-08-30 10:55:25 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-08-30 10:55:25 +0000 |
| commit | d70b5ac5d7f8da9940bb7447960b4f64825c4b0f (patch) | |
| tree | 036fc777e8853caedc64917d1ae00b8d30440f0b | |
| parent | bf1d7e442939018b40bb8343b6fce8e85126f1fd (diff) | |
| download | emacs-d70b5ac5d7f8da9940bb7447960b4f64825c4b0f.tar.gz emacs-d70b5ac5d7f8da9940bb7447960b4f64825c4b0f.zip | |
(font-lock-lines-before): Add defvar.
| -rw-r--r-- | lisp/progmodes/grep.el | 3 |
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 |