Home
last modified time | relevance | path

Searched refs:apropos_accumulate (Results 1 – 6 of 6) sorted by relevance

/dports/editors/emacs/emacs-27.2/src/
H A Dkeymap.c3556 static Lisp_Object apropos_accumulate; variable
3567 apropos_accumulate = Fcons (symbol, apropos_accumulate); in apropos_accum()
3580 apropos_accumulate = Qnil;
3582 tem = Fsort (apropos_accumulate, Qstring_lessp);
3583 apropos_accumulate = Qnil;
3593 staticpro (&apropos_accumulate); in syms_of_keymap()
3595 apropos_accumulate = Qnil; in syms_of_keymap()
H A DChangeLog.1126042 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
26043 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
26044 to new local and nullify apropos_accumulate before returning.
26045 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
H A DChangeLog.1020946 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A DChangeLog.1126042 * keymap.c (apropos_predicate, apropos_accumulate): Declare static.
26043 (Fapropos_internal): Don't gcpro apropos_accumulate. Set result
26044 to new local and nullify apropos_accumulate before returning.
26045 (syms_of_keymap): Staticpro and initialize apropos_accumulate.
H A DChangeLog.1020946 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
/dports/editors/emacs-devel/emacs-4d1968b/
H A DChangeLog.345985 (apropos_predicate, apropos_accumulate): Remove variables.