From 9c9b00d67f955c2077bf32781cdab7b15ec6c76b Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 7 Apr 2005 15:15:15 +0000 Subject: [PATCH] (next-error-overlay-arrow-position): New defvar. Put "=>" on its property `overlay-arrow-string'. Add it to `overlay-arrow-variable-list'. --- lisp/simple.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/simple.el b/lisp/simple.el index 36ac34b511e..36b640f3de6 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -114,6 +114,10 @@ If `fringe-arrow', indicate the locus by the fringe arrow." (defvar next-error-highlight-timer nil) +(defvar next-error-overlay-arrow-position nil) +(put 'next-error-overlay-arrow-position 'overlay-arrow-string "=>") +(add-to-list 'overlay-arrow-variable-list 'next-error-overlay-arrow-position) + (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