From 822001db2a00e457c43ece25773c978f2bd64349 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 2 May 2004 20:45:51 +0000 Subject: [PATCH] Arch-tags shouldn't be outline headers. --- lisp/ChangeLog | 6 ++++++ lisp/progmodes/compile.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed2fc8561ca..b405ce730c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-05-02 Stefan Monnier + + * progmodes/compile.el (compilation-gcpro): New var + (compilation-fake-loc): Use it. + (compilation-forget-errors): Reset it. + 2004-05-02 Dan Nicolaescu * diff-mode.el (diff-header-face, diff-file-header-face): diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index e2d3e94e80a..ec381ad8a15 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1765,5 +1765,5 @@ FILE should be (ABSOLUTE-FILENAME) or (RELATIVE-FILENAME . DIRNAME)." (provide 'compile) -;;; arch-tag: 12465727-7382-4f72-b234-79855a00dd8c +;; arch-tag: 12465727-7382-4f72-b234-79855a00dd8c ;;; compile.el ends here -- 2.39.5