Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.719 emacs/lisp/simple.el:1.720
*** emacs/lisp/simple.el:1.719  Thu May  5 22:43:06 2005
--- emacs/lisp/simple.el        Sun May  8 19:33:14 2005
***************
*** 113,121 ****
  (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 "")
  (add-to-list 'overlay-arrow-variable-list 'next-error-overlay-arrow-position)
  
  (defvar next-error-last-buffer nil
--- 113,119 ----
  (defvar next-error-highlight-timer nil)
  
  (defvar next-error-overlay-arrow-position nil)
! (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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to