diff options
| author | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
| commit | f1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch) | |
| tree | 626b0db999b924834efc1f437eb47776ea6bd797 /lisp/vms-patch.el | |
| parent | 37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff) | |
| download | emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip | |
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\"" | |||
| 147 | (< 32 (setq this-char (aref args end))) | 147 | (< 32 (setq this-char (aref args end))) |
| 148 | (> 127 this-char)) | 148 | (> 127 this-char)) |
| 149 | (setq end (1+ end))) | 149 | (setq end (1+ end))) |
| 150 | (setq command-line-args (append | 150 | (setq command-line-args (append |
| 151 | command-line-args | 151 | command-line-args |
| 152 | (list (substring args beg end)))) | 152 | (list (substring args beg end)))) |
| 153 | (setq beg (1+ end))) | 153 | (setq beg (1+ end))) |