/[emacs]/emacs/lisp/term.el
ViewVC logotype

Diff of /emacs/lisp/term.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.67 by dann, Mon Apr 25 18:11:33 2005 UTC revision 1.68 by lektu, Mon May 16 11:33:47 2005 UTC
# Line 3339  The top-most line is line 0." Line 3339  The top-most line is line 0."
3339                  (second-colon                  (second-colon
3340                   (string-match ":" string (1+ first-colon)))                   (string-match ":" string (1+ first-colon)))
3341                  (filename (substring string 1 first-colon))                  (filename (substring string 1 first-colon))
3342                  (fileline (string-to-int                  (fileline (string-to-number
3343                             (substring string (1+ first-colon) second-colon))))                             (substring string (1+ first-colon) second-colon))))
3344             (setq term-pending-frame (cons filename fileline))))             (setq term-pending-frame (cons filename fileline))))
3345          ((= (aref string 0) ?/)          ((= (aref string 0) ?/)

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26