diff options
| author | Mattias EngdegÄrd | 2020-12-30 13:04:26 +0100 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2020-12-30 13:14:16 +0100 |
| commit | f232715aac07318aaa192da1d73619c10523951b (patch) | |
| tree | d93ade23a273e66c4cb8ee9bc33d5910230f5562 /src | |
| parent | fd669fbdeb9055a3f72589810c333ccfb43e96e0 (diff) | |
| download | emacs-f232715aac07318aaa192da1d73619c10523951b.tar.gz emacs-f232715aac07318aaa192da1d73619c10523951b.zip | |
; * src/nsmenu.m: Undo unintentional change
Diffstat (limited to 'src')
| -rw-r--r-- | src/nsmenu.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nsmenu.m b/src/nsmenu.m index de0c61ceb54..a356cffbea3 100644 --- a/src/nsmenu.m +++ b/src/nsmenu.m | |||
| @@ -571,8 +571,8 @@ skipspc (const char *s) | |||
| 571 | /* Set a right-aligned tab stop at the maximum width, so that the | 571 | /* Set a right-aligned tab stop at the maximum width, so that the |
| 572 | key will appear immediately to the left of it. */ | 572 | key will appear immediately to the left of it. */ |
| 573 | NSTextTab *tab = | 573 | NSTextTab *tab = |
| 574 | [[[NSTextTab alloc] initWithTextAlignment: NSTextAlignmentLeft | 574 | [[[NSTextTab alloc] initWithTextAlignment: NSTextAlignmentRight |
| 575 | location: maxWidth - maxKeyWidth | 575 | location: maxWidth |
| 576 | options: @{}] autorelease]; | 576 | options: @{}] autorelease]; |
| 577 | NSMutableParagraphStyle *pstyle = [[[NSMutableParagraphStyle alloc] init] | 577 | NSMutableParagraphStyle *pstyle = [[[NSMutableParagraphStyle alloc] init] |
| 578 | autorelease]; | 578 | autorelease]; |