Mercurial > emacs
changeset 62179:10a82ef7d0a9
(next-error-overlay-arrow-position): Revert the change made on 2005-04-30.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 08 May 2005 19:33:14 +0000 |
parents | 91b45e7531ea |
children | c93c7826e334 |
files | lisp/simple.el |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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