diff options
| author | Stefan Monnier | 2004-05-02 20:45:51 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-05-02 20:45:51 +0000 |
| commit | 822001db2a00e457c43ece25773c978f2bd64349 (patch) | |
| tree | b740c70755d17c8c24ff7061755d88bcc1216b46 | |
| parent | e3bef839dd6c7c7da8caaec0eb1dc06b83bce621 (diff) | |
| download | emacs-822001db2a00e457c43ece25773c978f2bd64349.tar.gz emacs-822001db2a00e457c43ece25773c978f2bd64349.zip | |
Arch-tags shouldn't be outline headers.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ed2fc8561ca..b405ce730c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-gcpro): New var | ||
| 4 | (compilation-fake-loc): Use it. | ||
| 5 | (compilation-forget-errors): Reset it. | ||
| 6 | |||
| 1 | 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 8 | ||
| 3 | * diff-mode.el (diff-header-face, diff-file-header-face): | 9 | * 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)." | |||
| 1765 | 1765 | ||
| 1766 | (provide 'compile) | 1766 | (provide 'compile) |
| 1767 | 1767 | ||
| 1768 | ;;; arch-tag: 12465727-7382-4f72-b234-79855a00dd8c | 1768 | ;; arch-tag: 12465727-7382-4f72-b234-79855a00dd8c |
| 1769 | ;;; compile.el ends here | 1769 | ;;; compile.el ends here |