comparison lisp/efs/efs-report.el @ 42:8b8b7f3559a2 r19-15b104

Import from CVS: tag r19-15b104
author cvs
date Mon, 13 Aug 2007 08:54:51 +0200
parents 7e54bd776075
children
comparison
equal deleted inserted replaced
41:5d6df4963a99 42:8b8b7f3559a2
1 ;; -*-Emacs-Lisp-*- 1 ;; -*-Emacs-Lisp-*-
2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 2 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
3 ;; 3 ;;
4 ;; File: efs-report.el 4 ;; File: efs-report.el
5 ;; Release: $efs release: 1.15 $ 5 ;; Release: $efs release: 1.15 $
6 ;; Version: $Revision: 1.9 $ 6 ;; Version: #Revision: 1.9 $
7 ;; RCS: 7 ;; RCS:
8 ;; Description: Function to report efs bugs in a usable way. 8 ;; Description: Function to report efs bugs in a usable way.
9 ;; Author: Andy Norman, Dawn 9 ;; Author: Andy Norman, Dawn
10 ;; Created: Tue May 18 08:34:45 1993 10 ;; Created: Tue May 18 08:34:45 1993
11 ;; Language: Emacs-Lisp 11 ;; Language: Emacs-Lisp
20 ;;; Variables 20 ;;; Variables
21 21
22 (defconst efs-report-version 22 (defconst efs-report-version
23 (concat (substring "$efs release: 1.15 $" 14 -2) 23 (concat (substring "$efs release: 1.15 $" 14 -2)
24 "/" 24 "/"
25 (substring "$Revision: 1.9 $" 11 -2))) 25 (substring "#Revision: 1.9 $" 11 -2)))
26 26
27 (defconst efs-report-salutations 27 (defconst efs-report-salutations
28 ["Dear bug team:" 28 ["Dear bug team:"
29 "Ciao bug team:" 29 "Ciao bug team:"
30 "Salut bug team:" 30 "Salut bug team:"