diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsterm.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.m b/src/nsterm.m index f2bf1c1c4a9..21232f55ad5 100644 --- a/src/nsterm.m +++ b/src/nsterm.m | |||
| @@ -10301,7 +10301,7 @@ This variable is ignored on macOS < 10.7 and GNUstep. Default is t. */); | |||
| 10301 | DEFSYM (QCmouse, ":mouse"); | 10301 | DEFSYM (QCmouse, ":mouse"); |
| 10302 | DEFSYM (Qcondensed, "condensed"); | 10302 | DEFSYM (Qcondensed, "condensed"); |
| 10303 | DEFSYM (Qreverse_italic, "reverse-italic"); | 10303 | DEFSYM (Qreverse_italic, "reverse-italic"); |
| 10304 | DEFSYM (Qexpanded, "reverse-italic"); | 10304 | DEFSYM (Qexpanded, "expanded"); |
| 10305 | 10305 | ||
| 10306 | #ifdef NS_IMPL_COCOA | 10306 | #ifdef NS_IMPL_COCOA |
| 10307 | Fprovide (Qcocoa, Qnil); | 10307 | Fprovide (Qcocoa, Qnil); |