Index: emacs/lisp/simple.el diff -c emacs/lisp/simple.el:1.715 emacs/lisp/simple.el:1.716 *** emacs/lisp/simple.el:1.715 Tue Apr 26 18:31:19 2005 --- emacs/lisp/simple.el Sat Apr 30 20:30:53 2005 *************** *** 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 --- 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
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
