diff options
Diffstat (limited to 'src/keyboard.h')
-rw-r--r-- | src/keyboard.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index a1b00ba94cf..d1cb78d7827 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -1,11 +1,11 @@ /* Declarations useful when processing input. - Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1987, 1992 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 1, or (at your option) +the Free Software Foundation; either version 2, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, @@ -64,5 +64,5 @@ extern Lisp_Object Qscrollbar_click; (Fget ((event_head), Qevent_kind)) /* Symbols to use for non-text mouse positions. */ -extern Lisp_Object Qmode_line, Qvertical_split; +extern Lisp_Object Qmode_line, Qvertical_line; |