summaryrefslogtreecommitdiff
path: root/lisp/vms-patch.el
diff options
context:
space:
mode:
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)))