projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ea485e
)
; * src/nsterm.m (syms_of_nsterm): Fix typo in defsym.
author
Po Lu
<luangruo@yahoo.com>
Tue, 3 May 2022 00:41:38 +0000
(08:41 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 3 May 2022 00:43:26 +0000
(08:43 +0800)
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index f2bf1c1c4a9a5cd36695d59543aea430962911fe..21232f55ad50867ff122cde403001170d44f850d 100644
(file)
--- 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. */);
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);