diff lisp/format.el @ 49588:37645a051842

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 11:26:42 +0000
parents 22a18a9dae2a
children 9d852ed73287 d7ddb3e565de
line wrap: on
line diff
--- a/lisp/format.el	Tue Feb 04 10:58:53 2003 +0000
+++ b/lisp/format.el	Tue Feb 04 11:26:42 2003 +0000
@@ -258,7 +258,7 @@
     (unwind-protect
 	(progn
 	  ;; Don't record undo information for the decoding.
-	  
+
 	  (if (null format)
 	      ;; Figure out which format it is in, remember list in `format'.
 	      (let ((try format-alist))
@@ -296,7 +296,7 @@
 	    (setq format (reverse format)))
 	  (if visit-flag
 	      (setq buffer-file-format format)))
-      
+
       (set-buffer-modified-p mod))
 
       ;; Return new length of region
@@ -486,7 +486,7 @@
       ;; Now (cdr p) is the cons to delete
       (setcdr p (cdr cons))
       list)))
-    
+
 (defun format-make-relatively-unique (a b)
   "Delete common elements of lists A and B, return as pair.
 Compares using `equal'."