mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 06:00:50 -08:00
; * src/nsterm.m (syms_of_nsterm): Fix typo in defsym.
This commit is contained in:
parent
8ea485e157
commit
64bcfcbd32
1 changed files with 1 additions and 1 deletions
|
|
@ -10301,7 +10301,7 @@ This variable is ignored on macOS < 10.7 and GNUstep. Default is t. */);
|
|||
DEFSYM (QCmouse, ":mouse");
|
||||
DEFSYM (Qcondensed, "condensed");
|
||||
DEFSYM (Qreverse_italic, "reverse-italic");
|
||||
DEFSYM (Qexpanded, "reverse-italic");
|
||||
DEFSYM (Qexpanded, "expanded");
|
||||
|
||||
#ifdef NS_IMPL_COCOA
|
||||
Fprovide (Qcocoa, Qnil);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue