From 814c3037ec8915a0741de5b11da8e5830b503408 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 29 Mar 2005 04:55:43 +0000 Subject: [PATCH] (next-error-highlight-timer): New variable. --- lisp/simple.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/simple.el b/lisp/simple.el index aa0724e87d8..95b519cf5ca 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -105,6 +105,8 @@ If `fringe-arrow', indicate the locus by the fringe arrow." :group 'next-error :version "22.1") +(defvar next-error-highlight-timer nil) + (defvar next-error-last-buffer nil "The most recent next-error buffer. A buffer becomes most recent when its compilation, grep, or -- 2.39.2