1
0
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:
Jan Djärv 2008-03-10 08:11:30 +00:00
parent 646d0d127f
commit ce9033f853
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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;