# HG changeset patch # User Richard M. Stallman # Date 1114893053 0 # Node ID 5f3a630ef0ac15c5dc0082ee0f0e9698ca3952c6 # Parent d0cfb9c978f96aba0e06663f8cf49d0161961646 (next-error-overlay-arrow-position): Turn off, for ttys. diff -r d0cfb9c978f9 -r 5f3a630ef0ac lisp/simple.el --- a/lisp/simple.el Sat Apr 30 20:30:03 2005 +0000 +++ b/lisp/simple.el Sat Apr 30 20:30:53 2005 +0000 @@ -113,7 +113,9 @@ (defvar next-error-highlight-timer nil) (defvar next-error-overlay-arrow-position nil) -(put 'next-error-overlay-arrow-position 'overlay-arrow-string "=>") +;; 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 "") (add-to-list 'overlay-arrow-variable-list 'next-error-overlay-arrow-position) (defvar next-error-last-buffer nil