diff options
author | ache <ache@FreeBSD.org> | 1994-05-09 20:36:08 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-05-09 20:36:08 +0000 |
commit | 5ffff78a1ac63d71c5fd5b7b42f98b23104e8517 (patch) | |
tree | 7d4aef8f293a311c0fa8931aa76f7c175c67f392 /gnu/lib/libreadline/emacs_keymap.c | |
parent | 67b1642fa35ed0bcf8be79195874cd2b01e563e7 (diff) | |
download | FreeBSD-src-5ffff78a1ac63d71c5fd5b7b42f98b23104e8517.zip FreeBSD-src-5ffff78a1ac63d71c5fd5b7b42f98b23104e8517.tar.gz |
Merge with much improved version from gdb4.11
Diffstat (limited to 'gnu/lib/libreadline/emacs_keymap.c')
-rw-r--r-- | gnu/lib/libreadline/emacs_keymap.c | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/gnu/lib/libreadline/emacs_keymap.c b/gnu/lib/libreadline/emacs_keymap.c index 0b07fb3..37f93de 100644 --- a/gnu/lib/libreadline/emacs_keymap.c +++ b/gnu/lib/libreadline/emacs_keymap.c @@ -1,29 +1,23 @@ /* emacs_keymap.c -- the keymap for emacs_mode in readline (). */ -/* Copyright (C) 1988,1989 Free Software Foundation, Inc. +/* Copyright (C) 1988, 1989, 1991 Free Software Foundation, Inc. This file is part of GNU Readline, a library for reading lines of text with interactive input and history editing. - Readline 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) any - later version. + Readline 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 2 of the License, or + (at your option) any later version. - Readline is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + Readline is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with Readline; see the file COPYING. If not, write to the Free - Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ - -#ifndef BUFSIZ -#include <stdio.h> -#endif /* BUFSIZ */ - -#include "readline.h" + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* An array of function pointers, one for each possible key. If the type byte is ISKMAP, then the pointer is the address of |