emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el


From: John Wiegley
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el
Date: Fri, 14 Nov 2003 05:59:32 -0500

Index: emacs/lisp/eshell/esh-cmd.el
diff -c emacs/lisp/eshell/esh-cmd.el:1.20 emacs/lisp/eshell/esh-cmd.el:1.21
*** emacs/lisp/eshell/esh-cmd.el:1.20   Mon Sep  1 11:45:23 2003
--- emacs/lisp/eshell/esh-cmd.el        Fri Nov 14 05:59:32 2003
***************
*** 1400,1406 ****
                      (let ((arg (car args)))
                        (if (and (stringp arg)
                                 (> (length arg) 0)
!                                (get-text-property 0 'number arg))
                            (setcar args (string-to-number arg))))
                      (setq args (cdr args))))
                  (eshell-apply object eshell-last-arguments))
--- 1400,1407 ----
                      (let ((arg (car args)))
                        (if (and (stringp arg)
                                 (> (length arg) 0)
!                                (not (text-property-not-all
!                                      0 (length arg) 'number t arg)))
                            (setcar args (string-to-number arg))))
                      (setq args (cdr args))))
                  (eshell-apply object eshell-last-arguments))




reply via email to

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