Changes from arch/CVS synchronization
This commit is contained in:
parent
497fb25eb1
commit
5f0813fa6d
14 changed files with 123 additions and 513 deletions
|
@ -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)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue