mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-27 15:40:47 -08:00
; * src/nsterm.m: Remove stray semicolon
This commit is contained in:
parent
410690085e
commit
deb40b2267
1 changed files with 1 additions and 1 deletions
|
|
@ -7873,7 +7873,7 @@ not_in_argv (NSString *arg)
|
|||
|
||||
|
||||
#ifdef NS_IMPL_COCOA
|
||||
- (CALayer *)makeBackingLayer;
|
||||
- (CALayer *)makeBackingLayer
|
||||
{
|
||||
EmacsLayer *l = [[EmacsLayer alloc]
|
||||
initWithColorSpace:[[[self window] colorSpace] CGColorSpace]];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue