Searched refs:current_mode_spec (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dterm.c2269 Lisp_Object color_mode_spec, current_mode_spec;
2293 current_mode_spec = assq_no_quit (Qtty_color_mode, f->param_alist);
2295 if (CONSP (current_mode_spec))
2296 current_mode = XCDR (current_mode_spec);
2258 Lisp_Object color_mode_spec, current_mode_spec; local

Completed in 111 milliseconds