1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
emacs/admin/coccinelle
Stefan Kangas 5b29f8cd98 Delete redisplay-end-trigger-functions and related defuns
This variable and related functions have been obsolete since 23.1.
The last things to depend on this (fast-lock.el and lazy-lock.el) were
recently removed.

* src/dispextern.h (struct it): Delete field
'redisplay_end_trigger_charpos'.
* src/window.c (Fwindow_redisplay_end_trigger)
(Fset_window_redisplay_end_trigger): Delete defuns and corresponding
defsubrs for functions obsolete since 23.1.
* src/window.h (wset_redisplay_end_trigger): Delete function.
(GCALIGNED_STRUCT): Delete 'redisplay_end_trigger'.
* src/xdisp.c (run_redisplay_end_trigger_hook): Delete function.
(syms_of_xdisp) <redisplay_end_trigger_functions>: Delete
variable obsolete since 23.1.
(init_iterator, next_element_from_buffer): Don't run or set above
deleted hook variable.

* lisp/subr.el: Delete obsoletion definitions for above deleted
defuns and variable.
* doc/lispref/hooks.texi (Standard Hooks):
* lisp/emacs-lisp/byte-opt.el (side-effect-free-fns):
* lisp/loadhist.el (unload-feature-special-hooks): Don't mention
above deleted variable.
* admin/coccinelle/window.cocci: Adjust for above changes.
2022-07-31 01:44:22 +02:00
..
build_string.cocci
frame.cocci Generalize INTERNAL_FIELD between buffers, keyboards and frames. 2012-07-31 16:36:19 +04:00
list_loop.cocci Use XCAR and XCDR instead of Fcar and Fcdr where possible. 2012-07-10 20:53:26 +04:00
process.cocci Use INTERNAL_FIELD for processes. 2012-08-01 10:23:24 +04:00
README
unibyte_string.cocci Simple wrapper for make_unibyte_string, adjust font_open_by_name. 2012-07-20 11:29:04 +04:00
vector_contents.cocci Minor quoting fixes in scripts and doc 2015-09-16 16:07:15 -07:00
window.cocci Delete redisplay-end-trigger-functions and related defuns 2022-07-31 01:44:22 +02:00
xsave.cocci * src/lisp.h (XSAVE_POINTER, XSAVE_INTEGER): Change to allow extraction 2013-01-15 13:22:25 +04:00
xzalloc.cocci Cleanup xmalloc. 2012-07-05 10:32:41 +04:00

This directory contains semantic patches for Coccinelle, a program matching
and transformation tool for programs written in C.  For more details, see
http://coccinelle.lip6.fr.