auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/tex.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/tex.el
Date: Thu, 12 May 2005 08:09:51 -0400

Index: auctex/tex.el
diff -u auctex/tex.el:5.514 auctex/tex.el:5.515
--- auctex/tex.el:5.514 Wed May 11 15:07:33 2005
+++ auctex/tex.el       Thu May 12 12:09:50 2005
@@ -692,7 +692,7 @@
        '(start-and-end-in-region negate-in-region) 'priority)
       (setq inner-priority (car prios) outer-priority (cdr prios))
       (cond ((and inner-priority (not outer-priority))
-            (+ inner-priority TeX-fold-priority-step))
+            (+ inner-priority TeX-overlay-priority-step))
            ((and (not inner-priority) outer-priority)
             (/ outer-priority 2))
            ((and inner-priority outer-priority)




reply via email to

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