emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/vms-patch.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/vms-patch.el
Date: Tue, 04 Feb 2003 07:13:05 -0500

Index: emacs/lisp/vms-patch.el
diff -c emacs/lisp/vms-patch.el:1.13 emacs/lisp/vms-patch.el:1.14
*** emacs/lisp/vms-patch.el:1.13        Sun Jul 15 12:15:34 2001
--- emacs/lisp/vms-patch.el     Tue Feb  4 07:13:04 2003
***************
*** 147,153 ****
                        (< 32 (setq this-char (aref args end)))
                        (> 127 this-char))
              (setq end (1+ end)))
!           (setq command-line-args (append 
                                     command-line-args
                                     (list (substring args beg end))))
            (setq beg (1+ end)))
--- 147,153 ----
                        (< 32 (setq this-char (aref args end)))
                        (> 127 this-char))
              (setq end (1+ end)))
!           (setq command-line-args (append
                                     command-line-args
                                     (list (substring args beg end))))
            (setq beg (1+ end)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]