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: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Thu, 07 Apr 2005 11:15:15 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.707 emacs/lisp/simple.el:1.708
*** emacs/lisp/simple.el:1.707  Mon Apr  4 09:07:45 2005
--- emacs/lisp/simple.el        Thu Apr  7 15:15:15 2005
***************
*** 114,119 ****
--- 114,123 ----
  
  (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
    "The most recent next-error buffer.
  A buffer becomes most recent when its compilation, grep, or



reply via email to

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