diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-16 01:22:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-03-16 01:22:13 -0700 |
commit | 7b81e2d023093bf21cf867ec42ffff3ee7114cf5 (patch) | |
tree | defd1cdfd0a5131a1b7f2ce5899372b917093265 /src/font.c | |
parent | 89bc529a4c8578046172d80776abcf3fadc0dbe8 (diff) | |
download | emacs-7b81e2d023093bf21cf867ec42ffff3ee7114cf5.tar.gz |
* font.c (font_delete_unmatched): Now static.
Diffstat (limited to 'src/font.c')
-rw-r--r-- | src/font.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font.c b/src/font.c index 16812255e87..25e2968df7f 100644 --- a/src/font.c +++ b/src/font.c @@ -2600,7 +2600,7 @@ static Lisp_Object scratch_font_spec, scratch_font_prefer; (2) doesn't match with any regexps in Vface_ignored_fonts (if non-nil). */ -Lisp_Object +static Lisp_Object font_delete_unmatched (Lisp_Object vec, Lisp_Object spec, int size) { Lisp_Object entity, val; |