diff lisp/vms-patch.el @ 49597:e88404e8f2cf

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 12:29:42 +0000
parents 253f761ad37b
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/vms-patch.el	Tue Feb 04 12:03:59 2003 +0000
+++ b/lisp/vms-patch.el	Tue Feb 04 12:29:42 2003 +0000
@@ -147,7 +147,7 @@
 			(< 32 (setq this-char (aref args end)))
 			(> 127 this-char))
 	      (setq end (1+ end)))
-	    (setq command-line-args (append 
+	    (setq command-line-args (append
 				     command-line-args
 				     (list (substring args beg end))))
 	    (setq beg (1+ end)))