/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.719 by kfstorm, Thu May 5 22:43:06 2005 UTC revision 1.720 by eliz, Sun May 8 19:33:14 2005 UTC
# Line 113  If `fringe-arrow', indicate the locus by Line 113  If `fringe-arrow', indicate the locus by
113  (defvar next-error-highlight-timer nil)  (defvar next-error-highlight-timer nil)
114    
115  (defvar next-error-overlay-arrow-position nil)  (defvar next-error-overlay-arrow-position nil)
116  ;; This is nil so as not to really display anything on text  (put 'next-error-overlay-arrow-position 'overlay-arrow-string "=>")
 ;; terminals.  On text terminals, it would hide part of the file name.  
 (put 'next-error-overlay-arrow-position 'overlay-arrow-string "")  
117  (add-to-list 'overlay-arrow-variable-list 'next-error-overlay-arrow-position)  (add-to-list 'overlay-arrow-variable-list 'next-error-overlay-arrow-position)
118    
119  (defvar next-error-last-buffer nil  (defvar next-error-last-buffer nil

Legend:
Removed from v.1.719  
changed lines
  Added in v.1.720

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26