X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/cd3520a41df21d80a9d894c58af2daba23c8dd24..14af5f7fc4d7557ee712d3b6a8b46d9034c2ff39:/src/bytecode.c diff --git a/src/bytecode.c b/src/bytecode.c index 9ed29e94b5..6f945723d3 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -1,5 +1,5 @@ /* Execution of byte code produced by bytecomp.el. - Copyright (C) 1985-1988, 1993, 2000-2011 Free Software Foundation, Inc. + Copyright (C) 1985-1988, 1993, 2000-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -271,7 +271,7 @@ struct byte_stack /* A list of currently active byte-code execution value stacks. Fbyte_code adds an entry to the head of this list before it starts processing byte-code, and it removed the entry again when it is - done. Signalling an error truncates the list analoguous to + done. Signaling an error truncates the list analogous to gcprolist. */ struct byte_stack *byte_stack_list;