aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vms-patch.el
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-04 12:29:42 +0000
committerJuanma Barranquero2003-02-04 12:29:42 +0000
commitf1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch)
tree626b0db999b924834efc1f437eb47776ea6bd797 /lisp/vms-patch.el
parent37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff)
downloademacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz
emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip
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\""
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)))