aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.c b/src/frame.c
index a7f22fad6a9..ba7e396ea43 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -3665,7 +3665,7 @@ x_set_alpha (f, arg, oldval)
3665 arg = CDR (arg); 3665 arg = CDR (arg);
3666 } 3666 }
3667 else 3667 else
3668 item=arg; 3668 item = arg;
3669 3669
3670 if (! NILP (item)) 3670 if (! NILP (item))
3671 { 3671 {