projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4106900
)
; * src/nsterm.m: Remove stray semicolon
author
Mattias Engdegård
<mattiase@acm.org>
Fri, 8 Apr 2022 11:12:40 +0000
(13:12 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Fri, 8 Apr 2022 11:13:24 +0000
(13:13 +0200)
src/nsterm.m
patch
|
blob
|
history
diff --git
a/src/nsterm.m
b/src/nsterm.m
index 15127d53fbfacbd7ca0134bf94509ff15c7926de..36e2ff55ac39dede475da7fbe3157f9d1fbd8cd4 100644
(file)
--- a/
src/nsterm.m
+++ b/
src/nsterm.m
@@
-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]];