]> code.delx.au - gnu-emacs/commitdiff
Add comment for compilation-directory-properties.
authorDaniel Pfeiffer <occitan@esperanto.org>
Thu, 3 Mar 2005 20:08:21 +0000 (20:08 +0000)
committerDaniel Pfeiffer <occitan@esperanto.org>
Thu, 3 Mar 2005 20:08:21 +0000 (20:08 +0000)
lisp/progmodes/compile.el

index 79a6b4b43becdc8dc13ecd44a1e9a5d9036cce66..457177d7c4c6d70de2e9fb3da4e24e3b11e4e7f3 100644 (file)
@@ -514,6 +514,10 @@ Faces `compilation-error-face', `compilation-warning-face',
       (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