Changes from arch/CVS synchronization

This commit is contained in:
Miles Bader 2007-03-18 14:00:43 +00:00
parent 497fb25eb1
commit 5f0813fa6d
14 changed files with 123 additions and 513 deletions

View file

@ -972,10 +972,8 @@ Each function's symbol gets added to `byte-compile-noruntime-functions'."
(pos (if (and byte-compile-current-file
(integerp byte-compile-read-position))
(with-current-buffer byte-compile-current-buffer
(format "%d:%d:"
(save-excursion
(goto-char byte-compile-last-position)
(1+ (count-lines (point-min) (point-at-bol))))
(format "%d:%d:" (count-lines (point-min)
byte-compile-last-position)
(save-excursion
(goto-char byte-compile-last-position)
(1+ (current-column)))))