]> code.delx.au - gnu-emacs/blobdiff - src/xfont.c
Replace eldoc-documentation-function with a hook
[gnu-emacs] / src / xfont.c
index 15a4b746bc49efef6f73368b944ed5dbbcfe5218..8fbe94c01abecac425b6fa3f76a01c1c5eeaebc3 100644 (file)
@@ -8,8 +8,8 @@ This file is part of GNU Emacs.
 
 GNU Emacs is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
+the Free Software Foundation, either version 3 of the License, or (at
+your option) any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -635,7 +635,7 @@ xfont_list_family (struct frame *f)
   char **names;
   int num_fonts, i;
   Lisp_Object list;
-  char *last_family IF_LINT (= 0);
+  char *last_family UNINIT;
   int last_len;
 
   block_input ();