diff options
| author | Po Lu | 2022-05-03 08:41:38 +0800 |
|---|---|---|
| committer | Po Lu | 2022-05-03 08:43:26 +0800 |
| commit | 64bcfcbd322d4fdb78c7d7dd0748dabc0e0b2cbc (patch) | |
| tree | ae863009c6102e51ef28c3e77636074486930508 /src | |
| parent | 8ea485e157ec228b76a6ce3ad26ef99fd1e6345a (diff) | |
| download | emacs-64bcfcbd322d4fdb78c7d7dd0748dabc0e0b2cbc.tar.gz emacs-64bcfcbd322d4fdb78c7d7dd0748dabc0e0b2cbc.zip | |
; * src/nsterm.m (syms_of_nsterm): Fix typo in defsym.
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); |