emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/term.el
Date: Mon, 16 May 2005 07:33:53 -0400

Index: emacs/lisp/term.el
diff -c emacs/lisp/term.el:1.67 emacs/lisp/term.el:1.68
*** emacs/lisp/term.el:1.67     Mon Apr 25 18:11:33 2005
--- emacs/lisp/term.el  Mon May 16 11:33:47 2005
***************
*** 3339,3345 ****
                (second-colon
                 (string-match ":" string (1+ first-colon)))
                (filename (substring string 1 first-colon))
!               (fileline (string-to-int
                           (substring string (1+ first-colon) second-colon))))
           (setq term-pending-frame (cons filename fileline))))
        ((= (aref string 0) ?/)
--- 3339,3345 ----
                (second-colon
                 (string-match ":" string (1+ first-colon)))
                (filename (substring string 1 first-colon))
!               (fileline (string-to-number
                           (substring string (1+ first-colon) second-colon))))
           (setq term-pending-frame (cons filename fileline))))
        ((= (aref string 0) ?/)




reply via email to

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