]> git.eshelyaron.com Git - emacs.git/commitdiff
(next-error-overlay-arrow-position): Turn off, for ttys.
authorRichard M. Stallman <rms@gnu.org>
Sat, 30 Apr 2005 20:30:53 +0000 (20:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 30 Apr 2005 20:30:53 +0000 (20:30 +0000)
lisp/simple.el

index 36f092672352d2c42a0fb1fd7add08a2de9a8550..9b49eb28cc84d2c626cf1b2c410ff562c6da885c 100644 (file)
@@ -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