summaryrefslogtreecommitdiff
path: root/doc/lispref/hooks.texi
diff options
context:
space:
mode:
authorMartin Rudalics <rudalics@gmx.at>2017-07-07 08:40:24 +0200
committerMartin Rudalics <rudalics@gmx.at>2017-07-07 08:40:24 +0200
commit579a9ee22e0decf7bed8aff1751c5b3d147b921f (patch)
treeb0abe02adbf8b1b09c3481f7fc69cbbb00e7aec3 /doc/lispref/hooks.texi
parent51275358e91d654e0cb49b749bf83d2fa19476c7 (diff)
downloademacs-579a9ee22e0decf7bed8aff1751c5b3d147b921f.tar.gz
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'.
Diffstat (limited to 'doc/lispref/hooks.texi')
-rw-r--r--doc/lispref/hooks.texi5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/lispref/hooks.texi b/doc/lispref/hooks.texi
index 0ac5b08c87b..6443464f0ed 100644
--- a/doc/lispref/hooks.texi
+++ b/doc/lispref/hooks.texi
@@ -241,11 +241,6 @@ Redisplay}.
@itemx window-scroll-functions
@itemx window-size-change-functions
@xref{Window Hooks}.
-
-@item window-text-change-functions
-@vindex window-text-change-functions
-Functions to call in redisplay when text in the window might change.
-
@end table
@ignore