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

Diff of /emacs/src/fontset.c

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

revision 1.72 by lektu, Fri Sep 6 09:03:22 2002 UTC revision 1.73 by handa, Fri Jan 17 08:10:00 2003 UTC
# Line 1436  ENCODING is one of the following integer Line 1436  ENCODING is one of the following integer
1436          2: code points 0x20A0..0x7FFF are used,          2: code points 0x20A0..0x7FFF are used,
1437          3: code points 0xA020..0xFF7F are used.  */);          3: code points 0xA020..0xFF7F are used.  */);
1438    Vfont_encoding_alist = Qnil;    Vfont_encoding_alist = Qnil;
1439      Vfont_encoding_alist
1440        = Fcons (Fcons (build_string ("JISX0201"),
1441                        Fcons (Fcons (intern ("latin-jisx0201"), make_number (0)),
1442                               Qnil)),
1443                 Vfont_encoding_alist);
1444      Vfont_encoding_alist
1445        = Fcons (Fcons (build_string ("ISO8859-1"),
1446                        Fcons (Fcons (intern ("ascii"), make_number (0)),
1447                               Qnil)),
1448                 Vfont_encoding_alist);
1449    
1450    DEFVAR_LISP ("use-default-ascent", &Vuse_default_ascent,    DEFVAR_LISP ("use-default-ascent", &Vuse_default_ascent,
1451                 doc: /* Char table of characters whose ascent values should be ignored.                 doc: /* Char table of characters whose ascent values should be ignored.

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

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