Mercurial > hg > xemacs-beta
comparison lisp/build-report.el @ 3008:b34066456742
[xemacs-hg @ 2005-10-21 10:34:34 by stephent]
Note sync to build package build-report.el v1.49.
author | stephent |
---|---|
date | Fri, 21 Oct 2005 10:34:35 +0000 |
parents | dcfb8ec6859a |
children | cef5f57bb9e2 |
comparison
equal
deleted
inserted
replaced
3007:6546b8d718e9 | 3008:b34066456742 |
---|---|
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-2003 Adrian Aichner | 3 ;; Copyright (C) 1997-2003 Adrian Aichner |
4 | 4 |
5 ;; Author: Adrian Aichner <adrian@xemacs.org> | 5 ;; Author: Adrian Aichner <adrian@xemacs.org> |
6 ;; Date: $Date: 2005/10/21 10:23:16 $ | 6 ;; Date: $Date: 2005/10/21 10:34:35 $ |
7 ;; Version: $Revision: 1.13 $ | 7 ;; Version: $Revision: 1.14 $ |
8 ;; Keywords: internal | 8 ;; Keywords: internal |
9 | 9 |
10 ;; This file is part of XEmacs. | 10 ;; This file is part of XEmacs. |
11 | 11 |
12 ;; XEmacs is free software; you can redistribute it and/or modify | 12 ;; XEmacs is free software; you can redistribute it and/or modify |
22 ;; You should have received a copy of the GNU General Public License | 22 ;; You should have received a copy of the GNU General Public License |
23 ;; along with XEmacs; see the file COPYING. If not, write to the Free | 23 ;; along with XEmacs; see the file COPYING. If not, write to the Free |
24 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA | 24 ;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
25 ;; 02111-1307, USA. | 25 ;; 02111-1307, USA. |
26 | 26 |
27 ;;; Synched up with: Not synched. | 27 ;;; Synched up with: XEmacs build package build-report.el Revision 1.49. |
28 | 28 |
29 ;;; Commentary: | 29 ;;; Commentary: |
30 | 30 |
31 ;; The Idea: | 31 ;; The Idea: |
32 ;; Let XEmacs report interesting aspects of how it was built. | 32 ;; Let XEmacs report interesting aspects of how it was built. |