]> git.eshelyaron.com Git - emacs.git/commit
Expunge read-with-symbol-position and read-symbol-positions-list
authorAlan Mackenzie <acm@muc.de>
Mon, 24 Jan 2022 01:08:03 +0000 (01:08 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 24 Jan 2022 01:08:03 +0000 (01:08 +0000)
commitdfae76c9915454f9ef0885e1bac160a2c480e1d1
treef46bd79250136b97a0ed066f61e8b3609ce7052c
parent6cea4d1fdbdcfd6810bfea70ba58d7a45f2d2384
Expunge read-with-symbol-position and read-symbol-positions-list

These are remnants of the old way of determining byte compiler warning
positions.

* src/lread.c (read_internal_start, read1): Remove initializations amd
manipulations of these variables.
(syms_of_lread): Remove the declarations of the variables.

* lisp/emacs-list/bytecomp.el (compile-defun, byte-compile-from-buffer):
Remove bindings of the variables.
lisp/emacs-lisp/bytecomp.el
src/lread.c