emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sun, 08 May 2005 15:33:15 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]