mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(Ffontset_info): Remove extra ;
This commit is contained in:
parent
646d0d127f
commit
ce9033f853
@ -1,3 +1,9 @@
|
||||
2008-03-10 dhruva <dhruvakm@gmail.com> (tiny change)
|
||||
|
||||
* sound.c (alsa_configure): Declare vol at beginning of block.
|
||||
|
||||
* fontset.c (Ffontset_info): Remove extra ;
|
||||
|
||||
2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* fileio.c (Fsubstitute_in_file_name): Fix up computation of maximum
|
||||
|
@ -2245,7 +2245,7 @@ fontset. The format is the same as abobe. */)
|
||||
{
|
||||
struct font *font
|
||||
= XSAVE_VALUE (font_object)->pointer;
|
||||
char *name = font->font.full_name;;
|
||||
char *name = font->font.full_name;
|
||||
int len = strlen (name);
|
||||
Lisp_Object slot;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user