Remove Vwindow_text_change_functions and related code
commit579a9ee22e0decf7bed8aff1751c5b3d147b921f
authorMartin Rudalics <rudalics@gmx.at>
Fri, 7 Jul 2017 06:40:24 +0000 (7 08:40 +0200)
committerMartin Rudalics <rudalics@gmx.at>
Fri, 7 Jul 2017 06:40:24 +0000 (7 08:40 +0200)
treeb0abe02adbf8b1b09c3481f7fc69cbbb00e7aec3
parent51275358e91d654e0cb49b749bf83d2fa19476c7
Remove Vwindow_text_change_functions and related code

Vwindow_text_change_functions had been provided for implementing
line numbers but apparently was never functional or in use.

* src/xdisp.c (redisplay_window): Remove handling of
Vwindow_text_change_functions.
(syms_of_xdisp): Remove Qwindow_text_change_functions.
(Vwindow_text_change_functions): Remove variable.
* doc/lispref/hooks.texi (Standard Hooks): Remove entry for
`window-text-change-functions'.
doc/lispref/hooks.texi
src/xdisp.c