diff lisp/gnus/messagexmas.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 4be1180a9e89
children
line wrap: on
line diff
--- a/lisp/gnus/messagexmas.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/gnus/messagexmas.el	Mon Aug 13 09:18:39 2007 +0200
@@ -43,7 +43,7 @@
 `default-toolbar', `top-toolbar', `bottom-toolbar',
 `right-toolbar', and `left-toolbar'.")
 
-(defvar message-toolbar 
+(defvar message-toolbar
   '([message-spell ispell-message t "Spell"]
     [message-help (Info-goto-node "(Message)Top") t "Message help"])
   "The message buffer toolbar.")
@@ -99,7 +99,7 @@
 
 (defun message-xmas-make-caesar-translation-table (n)
   "Create a rot table with offset N."
-  (let ((i -1) 
+  (let ((i -1)
 	(table (make-string 256 0))
 	(a (char-int ?a))
 	(A (char-int ?A)))