--- readline.scm.~1.2.2.2.~ 2005-06-05 11:33:46.000000000 +1000 +++ readline.scm 2005-06-24 09:19:38.665485232 +1000 @@ -1,6 +1,6 @@ ;;;; readline.scm --- support functions for command-line editing ;;;; -;;;; Copyright (C) 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +;;;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. ;;;; ;;;; This program is free software; you can redistribute it and/or modify ;;;; it under the terms of the GNU General Public License as published by @@ -50,6 +50,7 @@ ;;; Run-time options (export + readline-options-interface ;; for readline-set! macro readline-options readline-enable readline-disable)