From 1aede38e7648eef5c5c621c18722d8fe55d76c8c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 13 Apr 1995 23:28:37 +0000 Subject: [PATCH] Reorganize X11 keys and eliminate unnecessary overriding of HOOK/MAKE-SPECIAL-KEY. --- v7/src/edwin/edwin.pkg | 5 ++--- v7/src/edwin/key-x11.scm | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index 732039835..36ff415fb 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: edwin.pkg,v 1.165 1995/04/10 20:24:17 cph Exp $ +$Id: edwin.pkg,v 1.166 1995/04/13 23:28:20 cph Exp $ Copyright (c) 1989-95 Massachusetts Institute of Technology @@ -1002,8 +1002,7 @@ MIT in each case. |# (files "key-x11") (parent (edwin)) (export (edwin screen x-screen) - x-make-special-key) - (initialization (initialize-package!))) + x-make-special-key)) (define-package (edwin x-commands) (files "xcom") diff --git a/v7/src/edwin/key-x11.scm b/v7/src/edwin/key-x11.scm index 1febc0997..cf42fa1b8 100644 --- a/v7/src/edwin/key-x11.scm +++ b/v7/src/edwin/key-x11.scm @@ -1,8 +1,8 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: key-x11.scm,v 1.2 1995/04/13 23:28:07 cph Exp $ +;;; $Id: key-x11.scm,v 1.3 1995/04/13 23:28:37 cph Exp $ ;;; -;;; Copyright (c) 1991-1992 Massachusetts Institute of Technology +;;; Copyright (c) 1991-95 Massachusetts Institute of Technology ;;; ;;; This material was developed by the Scheme project at the ;;; Massachusetts Institute of Technology, Department of -- 2.25.1