From c29d24ea5e332075074765346d20f24ef25d2e77 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 8 May 2005 19:34:28 +0000 Subject: [PATCH] (next-error-overlay-arrow-position): Revert the change made on 2005-04-30. --- lisp/ChangeLog | 5 +++++ lisp/simple.el | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 88aec46844e..c5c345d9c0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-05-08 Eli Zaretskii + + * simple.el (next-error-overlay-arrow-position): Revert the change + made on 2005-04-30. + 2005-05-07 Jay Belanger * calc/calcsel2.el (calc-commute-left, calc-commute-right) diff --git a/lisp/simple.el b/lisp/simple.el index 204b2fb21bb..5a94c28828d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -113,9 +113,7 @@ If `fringe-arrow', indicate the locus by the fringe arrow." (defvar next-error-highlight-timer nil) (defvar next-error-overlay-arrow-position nil) -;; This is nil so as not to really display anything on text -;; terminals. On text terminals, it would hide part of the file name. -(put 'next-error-overlay-arrow-position 'overlay-arrow-string "") +(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 -- 2.39.2