]> code.delx.au - gnu-emacs/commitdiff
(next-error-overlay-arrow-position): Revert the change made on 2005-04-30.
authorEli Zaretskii <eliz@gnu.org>
Sun, 8 May 2005 19:34:28 +0000 (19:34 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 8 May 2005 19:34:28 +0000 (19:34 +0000)
lisp/ChangeLog
lisp/simple.el

index 88aec46844e0d0c504d7e75f366f9478f5d17be9..c5c345d9c0c038ba447bfae0dde068bf53a16f60 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * simple.el (next-error-overlay-arrow-position): Revert the change
+       made on 2005-04-30.
+
 2005-05-07  Jay Belanger  <belanger@truman.edu>
 
        * calc/calcsel2.el (calc-commute-left, calc-commute-right)
index 204b2fb21bb450fd28de538417f70f0e1456d81f..5a94c28828d82d016009497d90378f9599a6862e 100644 (file)
@@ -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