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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el [lexbind]
Date: Thu, 20 Nov 2003 19:36:36 -0500

Index: emacs/lisp/eshell/esh-cmd.el
diff -c emacs/lisp/eshell/esh-cmd.el:1.17.4.2 
emacs/lisp/eshell/esh-cmd.el:1.17.4.3
*** emacs/lisp/eshell/esh-cmd.el:1.17.4.2       Tue Oct 14 19:51:31 2003
--- emacs/lisp/eshell/esh-cmd.el        Thu Nov 20 19:36:07 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]