mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
* textprop.c (interval_insert_behind_hooks): Now static.
(interval_insert_in_front_hooks): Likewise.
This commit is contained in:
parent
64520e5cf9
commit
50436f3383
2 changed files with 5 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2011-04-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* textprop.c (interval_insert_behind_hooks): Now static.
|
||||
(interval_insert_in_front_hooks): Likewise.
|
||||
|
||||
* term.c: Make symbols static if they're not exported.
|
||||
(tty_turn_off_highlight, get_tty_terminal, max_frame_cols):
|
||||
(max_frame_lines, tty_set_terminal_modes):
|
||||
|
|
|
|||
|
|
@ -72,8 +72,8 @@ Lisp_Object Qfront_sticky, Qrear_nonsticky;
|
|||
|
||||
/* verify_interval_modification saves insertion hooks here
|
||||
to be run later by report_interval_modification. */
|
||||
Lisp_Object interval_insert_behind_hooks;
|
||||
Lisp_Object interval_insert_in_front_hooks;
|
||||
static Lisp_Object interval_insert_behind_hooks;
|
||||
static Lisp_Object interval_insert_in_front_hooks;
|
||||
|
||||
static void text_read_only (Lisp_Object) NO_RETURN;
|
||||
INFUN (Fprevious_property_change, 3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue