Fix movement commands in emchat-log-mode.
[emchat] / emchat-report.el
index 12625a7..e19b7c3 100644 (file)
@@ -1,6 +1,6 @@
 ;;; emchat-report.el --- Generate a bug report   -*-Emacs-Lisp-*-
 
-;; Copyright (C) 2001 - 2010 Steve Youngs
+;; Copyright (C) 2001 - 2011 Steve Youngs
 
 ;; Author:        Steve Youngs <steve@emchat.org>
 ;; Maintainer:    Steve Youngs <steve@emchat.org>
@@ -41,7 +41,7 @@
 
 ;;; Code:
 
-(autoload 'emchat-version "emchat" 
+(autoload 'emchat-version "emchat"
   "Version of emchat you are currently using." t nil)
 (eval-when-compile
   (setq message-send-mail-function 'message-send-mail-with-sendmail))
@@ -183,7 +183,7 @@ Then put it all into a mail buffer, nicely formatted."
   (forward-line 1)
   (setq after-sep-pos (point))
   (setq final-resting-place (point-marker))
-  (insert 
+  (insert
    "\n\n"
    "===============================================================\n"
    "System info to help the EMchat boys and girls try to fix your bug:\n"
@@ -227,7 +227,7 @@ Then put it all into a mail buffer, nicely formatted."
       (narrow-to-region before-features (point))
       (fill-paragraph t)
       (insert "\n\n")))
-  ;; Insert the contents of the user's init file if it exists 
+  ;; Insert the contents of the user's init file if it exists
   ;; and the user wants it sent.
   (if emchat-report-bug-send-init
       (if (file-readable-p user-init-file)
@@ -260,7 +260,7 @@ Optional argument NO-CONFIRM if 't' will not ask for confirmation.
 If you have Gnus it will be used, otherwise the standard XEmacs mail
 command is used.
 
-Yes, it's all part of a secret plot to make more people use 
+Yes, it's all part of a secret plot to make more people use
 the MUA of Gods.  Bwahahaha."
   (interactive)
   (if (or no-confirm