emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Daniel Pfeiffer
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Thu, 03 Mar 2005 15:08:22 -0500

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.346 
emacs/lisp/progmodes/compile.el:1.347
*** emacs/lisp/progmodes/compile.el:1.346       Wed Feb  9 15:50:36 2005
--- emacs/lisp/progmodes/compile.el     Thu Mar  3 20:08:21 2005
***************
*** 514,519 ****
--- 514,523 ----
        (and (cdr type) (match-end (cdr type)) compilation-info-face)
        compilation-error-face))
  
+ ;; Internal function for calculating the text properties of a directory
+ ;; change message.  The directory property is important, because it is
+ ;; the stack of nested enter-messages.  Relative filenames on the following
+ ;; lines are relative to the top of the stack.
  (defun compilation-directory-properties (idx leave)
    (if leave (setq leave (match-end leave)))
    ;; find previous stack, and push onto it, or if `leave' pop it




reply via email to

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