diff lisp/efs/efs-report.el @ 40:7e54bd776075 r19-15b103

Import from CVS: tag r19-15b103
author cvs
date Mon, 13 Aug 2007 08:54:25 +0200
parents 8fc7fe29b841
children 8b8b7f3559a2
line wrap: on
line diff
--- a/lisp/efs/efs-report.el	Mon Aug 13 08:54:02 2007 +0200
+++ b/lisp/efs/efs-report.el	Mon Aug 13 08:54:25 2007 +0200
@@ -3,12 +3,11 @@
 ;;
 ;; File:         efs-report.el
 ;; Release:      $efs release: 1.15 $
-;; Version:      $Revision: 1.1 $
+;; Version:      $Revision: 1.9 $
 ;; RCS:          
 ;; Description:  Function to report efs bugs in a usable way.
 ;; Author:       Andy Norman, Dawn
 ;; Created:      Tue May 18 08:34:45 1993
-;; Modified:     Sun Nov 27 18:41:45 1994 by sandy on gandalf
 ;; Language:     Emacs-Lisp
 ;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -23,7 +22,7 @@
 (defconst efs-report-version
   (concat (substring "$efs release: 1.15 $" 14 -2)
 	  "/"
-	  (substring "$Revision: 1.1 $" 11 -2)))
+	  (substring "$Revision: 1.9 $" 11 -2)))
 
 (defconst efs-report-salutations
   ["Dear bug team:"
@@ -163,6 +162,7 @@
 	   ?\n ?\ )
 	(insert subj)))))
 
+;;;###autoload
 (defun efs-report-bug (&optional default-host  default-user blurb no-confirm)
   "Submit a bug report for efs."
   (interactive)