]> code.delx.au - gnu-emacs/blobdiff - lisp/vms-patch.el
*** empty log message ***
[gnu-emacs] / lisp / vms-patch.el
index 3d8a9c596476e7304caa720b11c062f107897da3..48174f4123776c4e3573a19b79dcaa91b7872439 100644 (file)
@@ -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)))
@@ -193,4 +193,5 @@ following bindings are established.
 All other Emacs commands are still available."
   t)
 
+;;; arch-tag: c178494e-2c37-4d02-99b7-e47e615656cf
 ;;; vms-patch.el ends here