Mercurial > hg > xemacs-beta
comparison lisp/build-report.el @ 501:0a255b32b157
[xemacs-hg @ 2001-05-03 21:08:39 by adrian]
[PATCH] Cosmetic update of lisp/build-report.el <uwv7y2le0.fsf@rapier.ecf.teradyne.com>
author | adrian |
---|---|
date | Thu, 03 May 2001 21:08:39 +0000 |
parents | 20ae8821c23d |
children | 151d438d2d55 |
comparison
equal
deleted
inserted
replaced
500:cc01aa5e5784 | 501:0a255b32b157 |
---|---|
1 ;;; build-report.el --- Automatically formatted build reports for XEmacs | 1 ;;; build-report.el --- Automatically formatted build reports for XEmacs |
2 | 2 |
3 ;; Copyright (C) 1997 Adrian Aichner | 3 ;; Copyright (C) 1997-2001 Adrian Aichner |
4 | 4 |
5 ;; Author: Adrian Aichner <adrian@xemacs.org> | 5 ;; Author: Adrian Aichner <adrian@xemacs.org> |
6 ;; Date: Sun., Apr. 20, 1997-2000. | |
7 ;; Version: $Revision: 1.9 $ | |
8 ;; Keywords: internal | 6 ;; Keywords: internal |
9 | 7 |
10 ;; This file is part of XEmacs. | 8 ;; This file is part of XEmacs. |
11 | 9 |
12 ;; XEmacs is free software; you can redistribute it and/or modify | 10 ;; XEmacs is free software; you can redistribute it and/or modify |
162 redirection or use the `build' XEmacs package to save this output. You | 160 redirection or use the `build' XEmacs package to save this output. You |
163 may use following alias | 161 may use following alias |
164 | 162 |
165 alias mk 'make \!* >>&\! \!$.err &' | 163 alias mk 'make \!* >>&\! \!$.err &' |
166 | 164 |
167 under csh, so that you get beta.err went you run `mk beta'." | 165 under csh, so that you get beta.err when you run `mk beta'." |
168 :type '(repeat | 166 :type '(repeat |
169 :custom-show t | 167 :custom-show t |
170 :documentation-shown t | 168 :documentation-shown t |
171 file) | 169 file) |
172 :group 'build-report) | 170 :group 'build-report) |