diff options
| author | Paul Eggert | 2016-03-27 15:02:37 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-03-27 15:03:12 -0700 |
| commit | e65c3079c65595d95749348366af9811fafff062 (patch) | |
| tree | 52fd1bd7fbd4e1fe85023bed33090dd90c494bde /src | |
| parent | c8b868b1e2532aa07dbf4959798dbdc52ea9b5d5 (diff) | |
| download | emacs-e65c3079c65595d95749348366af9811fafff062.tar.gz emacs-e65c3079c65595d95749348366af9811fafff062.zip | |
* src/font.c (QCuser_spec): Add missing colon to :user-spec.
Diffstat (limited to 'src')
| -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 5ab3b3e8399..2519599bc63 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -5317,7 +5317,7 @@ syms_of_font (void) | |||
| 5317 | DEFSYM (Qja, "ja"); | 5317 | DEFSYM (Qja, "ja"); |
| 5318 | DEFSYM (Qko, "ko"); | 5318 | DEFSYM (Qko, "ko"); |
| 5319 | 5319 | ||
| 5320 | DEFSYM (QCuser_spec, "user-spec"); | 5320 | DEFSYM (QCuser_spec, ":user-spec"); |
| 5321 | 5321 | ||
| 5322 | staticpro (&scratch_font_spec); | 5322 | staticpro (&scratch_font_spec); |
| 5323 | scratch_font_spec = Ffont_spec (0, NULL); | 5323 | scratch_font_spec = Ffont_spec (0, NULL); |