Index: emacs/lisp/progmodes/etags.el
diff -c emacs/lisp/progmodes/etags.el:1.182 emacs/lisp/progmodes/etags.el:1.183
*** emacs/lisp/progmodes/etags.el:1.182 Fri Oct 8 17:32:33 2004
--- emacs/lisp/progmodes/etags.el Mon May 16 11:26:54 2005
***************
*** 1283,1298 ****
(if (looking-at "[0-9]")
! (setq line (string-to-int (buffer-substring
! (point)
! (progn (skip-chars-forward "0-9")
! (point))))))
(search-forward ",")
(if (looking-at "[0-9]")
! (setq startpos (string-to-int (buffer-substring
! (point)
! (progn (skip-chars-forward "0-9")
! (point)))))))
;; Leave point on the next line of the tags file.
(forward-line 1)
(cons tag-text (cons line startpos))))
--- 1283,1298 ----
(if (looking-at "[0-9]")
! (setq line (string-to-number (buffer-substring
! (point)
! (progn (skip-chars-forward "0-9")
! (point))))))
(search-forward ",")
(if (looking-at "[0-9]")
! (setq startpos (string-to-number (buffer-substring
! (point)
! (progn (skip-chars-forward "0-9")
! (point)))))))
;; Leave point on the next line of the tags file.
(forward-line 1)
(cons tag-text (cons line startpos))))
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs