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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sat, 30 Apr 2005 16:30:53 -0400

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




reply via email to

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