From: Richard M. Stallman Date: Sat, 30 Apr 2005 20:30:53 +0000 (+0000) Subject: (next-error-overlay-arrow-position): Turn off, for ttys. X-Git-Tag: ttn-vms-21-2-B4~644 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75545c843df917d28b82a4320027701cee8efbe7;p=emacs.git (next-error-overlay-arrow-position): Turn off, for ttys. --- diff --git a/lisp/simple.el b/lisp/simple.el index 36f09267235..9b49eb28cc8 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -113,7 +113,9 @@ 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 "=>") +;; 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