projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd669fb
)
; * src/nsmenu.m: Undo unintentional change
author
Mattias Engdegård
<mattiase@acm.org>
Wed, 30 Dec 2020 12:04:26 +0000
(13:04 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Wed, 30 Dec 2020 12:14:16 +0000
(13:14 +0100)
src/nsmenu.m
patch
|
blob
|
history
diff --git
a/src/nsmenu.m
b/src/nsmenu.m
index de0c61ceb54af7d94270f5848a9ce178b84ef7e7..a356cffbea3b00c4640aceb4e27a869c75211b99 100644
(file)
--- a/
src/nsmenu.m
+++ b/
src/nsmenu.m
@@
-571,8
+571,8
@@
skipspc (const char *s)
/* Set a right-aligned tab stop at the maximum width, so that the
key will appear immediately to the left of it. */
NSTextTab *tab =
- [[[NSTextTab alloc] initWithTextAlignment: NSTextAlignment
Lef
t
- location: maxWidth
- maxKeyWidth
+ [[[NSTextTab alloc] initWithTextAlignment: NSTextAlignment
Righ
t
+ location: maxWidth
options: @{}] autorelease];
NSMutableParagraphStyle *pstyle = [[[NSMutableParagraphStyle alloc] init]
autorelease];