# HG changeset patch # User Eli Zaretskii # Date 1115580794 0 # Node ID 10a82ef7d0a94784bb9b14ef3cd8e80268e2bea9 # Parent 91b45e7531ea9ab1bb52e81e3be9c5775b9546df (next-error-overlay-arrow-position): Revert the change made on 2005-04-30. diff -r 91b45e7531ea -r 10a82ef7d0a9 lisp/simple.el --- a/lisp/simple.el Sun May 08 16:30:13 2005 +0000 +++ b/lisp/simple.el Sun May 08 19:33:14 2005 +0000 @@ -113,9 +113,7 @@ (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