]> git.eshelyaron.com Git - emacs.git/commit
(syms_of_fontset): Intern Qfontset. Declare new lisp
authorKenichi Handa <handa@m17n.org>
Thu, 27 Feb 1997 07:52:23 +0000 (07:52 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 27 Feb 1997 07:52:23 +0000 (07:52 +0000)
commit6a7e6d80cb46817bd1ba190071c366666f991f81
tree5e1b6895c3e0f26896f67b70599e1d4aed104ffa
parenta20aa7210cd4b0ef56b27b128493fb11feb7b3bd
(syms_of_fontset): Intern Qfontset.  Declare new lisp
variable use-default-ascent.
(Vuse_default_ascent): New variable.
(Ffont_info): Return also the value of default-ascent of a font.
(fs_load_font): Disable updating fontsetp->height by
non-ASCII character sets.  This should be enabled when Emacs
supports variable height lines.
(fs_load_font, Fset_fontset_font): Bug fix to cope
with the change of charsets to symbols.
src/fontset.c