summaryrefslogtreecommitdiff
path: root/lisp/vms-patch.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 12:29:42 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 12:29:42 +0000
commitf1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch)
tree626b0db999b924834efc1f437eb47776ea6bd797 /lisp/vms-patch.el
parent37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff)
downloademacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'lisp/vms-patch.el')
-rw-r--r--lisp/vms-patch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el
index 3d8a9c59647..09c44bfa099 100644
--- a/lisp/vms-patch.el
+++ b/lisp/vms-patch.el
@@ -147,7 +147,7 @@ spawned Emacs and doing things like \"emacs -l myfile.el -f doit\""
(< 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)))