diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 12:29:42 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2003-02-04 12:29:42 +0000 |
commit | f1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch) | |
tree | 626b0db999b924834efc1f437eb47776ea6bd797 /lisp/vms-patch.el | |
parent | 37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff) | |
download | emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz |
Trailing whitespace deleted.
Diffstat (limited to 'lisp/vms-patch.el')
-rw-r--r-- | lisp/vms-patch.el | 2 |
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))) |