diff lisp/play/handwrite.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents f767f3bf5f86
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/play/handwrite.el	Tue Feb 04 12:29:42 2003 +0000
+++ b/lisp/play/handwrite.el	Tue Feb 04 13:24:35 2003 +0000
@@ -143,7 +143,7 @@
       ((pmin)				; thanks, Havard
        (lastp)
        (cur-buf (current-buffer))
-       (tpoint (point))	
+       (tpoint (point))
        (ps-ypos 63)
        (lcount 0)
        (ipage 1)
@@ -175,7 +175,7 @@
     (switch-to-buffer cur-buf)
     (goto-char (point-min))		;start at beginning
     (save-excursion
-      ;;as long as we see a newline the document is not ended.	
+      ;;as long as we see a newline the document is not ended.
       (while (re-search-forward "\n" nil t)
 	(previous-line 1)
 	(beginning-of-line)
@@ -1375,7 +1375,7 @@
 ;; Key bindings
 
 
-;;; I'd rather not fill up the menu bar menus with 
+;;; I'd rather not fill up the menu bar menus with
 ;;; lots of random miscellaneous features. -- rms.
 ;;;(define-key-after
 ;;;  (lookup-key global-map [menu-bar edit])