/[emacs]/emacs/src/w32fns.c
ViewVC logotype

Diff of /emacs/src/w32fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.133 by pj, Tue Nov 13 11:57:48 2001 UTC revision 1.134 by jasonr, Tue Nov 13 19:03:48 2001 UTC
# Line 7181  w32_find_bdf_fonts_in_dir (Lisp_Object d Line 7181  w32_find_bdf_fonts_in_dir (Lisp_Object d
7181    
7182  DEFUN ("w32-find-bdf-fonts", Fw32_find_bdf_fonts, Sw32_find_bdf_fonts,  DEFUN ("w32-find-bdf-fonts", Fw32_find_bdf_fonts, Sw32_find_bdf_fonts,
7183         1, 1, 0,         1, 1, 0,
7184         doc: /* Return a list of BDF fonts in DIR, suitable for appending to         doc: /* Return a list of BDF fonts in DIR.
7185  w32-bdf-filename-alist.  Fonts which do not contain an xlfd description  The list is suitable for appending to w32-bdf-filename-alist.  Fonts
7186  will not be included in the list. DIR may be a list of directories.  */)  which do not contain an xlfd description will not be included in the
7187    list. DIR may be a list of directories.  */)
7188       (directory)       (directory)
7189       Lisp_Object directory;       Lisp_Object directory;
7190  {  {
# Line 14235  or when you set the mouse color.  */); Line 14236  or when you set the mouse color.  */);
14236    Vx_cursor_fore_pixel = Qnil;    Vx_cursor_fore_pixel = Qnil;
14237    
14238    DEFVAR_LISP ("x-max-tooltip-size", &Vx_max_tooltip_size,    DEFVAR_LISP ("x-max-tooltip-size", &Vx_max_tooltip_size,
14239                 doc: /* Maximum size for tooltips.  Value is a pair (COLUMNS . ROWS).                 doc: /* Maximum size for tooltips.
14240  Text larger than this is clipped.  */);  Value is a pair (COLUMNS . ROWS). Text larger than this is clipped.  */);
14241    Vx_max_tooltip_size = Fcons (make_number (80), make_number (40));    Vx_max_tooltip_size = Fcons (make_number (80), make_number (40));
14242        
14243    DEFVAR_LISP ("x-no-window-manager", &Vx_no_window_manager,    DEFVAR_LISP ("x-no-window-manager", &Vx_no_window_manager,
# Line 14293  only be necessary if the default setting Line 14294  only be necessary if the default setting
14294    
14295    DEFVAR_LISP ("w32-charset-info-alist",    DEFVAR_LISP ("w32-charset-info-alist",
14296                 &Vw32_charset_info_alist,                 &Vw32_charset_info_alist,
14297                 doc: /* Alist linking Emacs character sets to Windows fonts                 doc: /* Alist linking Emacs character sets to Windows fonts and codepages.
14298  and codepages. Each entry should be of the form:  Each entry should be of the form:
14299    
14300     (CHARSET_NAME . (WINDOWS_CHARSET . CODEPAGE))     (CHARSET_NAME . (WINDOWS_CHARSET . CODEPAGE))
14301    

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26