aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode-jit.c
diff options
context:
space:
mode:
authorNickolas Lloyd2016-12-22 19:16:22 -0500
committerNickolas Lloyd2016-12-22 19:16:22 -0500
commit299e09fbc47c3428c785f590ea427d75549a2480 (patch)
tree7d7eddd4f6b919d0844c21aeb2ae5c3569e9cf26 /src/bytecode-jit.c
parent61af5914d930787252685655b4d4d08a547ae833 (diff)
downloademacs-299e09fbc47c3428c785f590ea427d75549a2480.tar.gz
emacs-299e09fbc47c3428c785f590ea427d75549a2480.zip
; * src/bytecode-jit.c: Fix copyright years.
Diffstat (limited to 'src/bytecode-jit.c')
-rw-r--r--src/bytecode-jit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bytecode-jit.c b/src/bytecode-jit.c
index c52dfa692d3..095892d067c 100644
--- a/src/bytecode-jit.c
+++ b/src/bytecode-jit.c
@@ -1,6 +1,5 @@
1/* JIT compilation of byte code produced by bytecomp.el. 1/* JIT compilation of byte code produced by bytecomp.el.
2 Copyright (C) 1985-1988, 1993, 2000-2016 Free Software Foundation, 2 Copyright (C) 2016 Free Software Foundation, Inc.
3 Inc.
4 3
5This file is part of GNU Emacs. 4This file is part of GNU Emacs.
6 5