diff options
Diffstat (limited to 'lisp/sun-keys.el')
-rw-r--r-- | lisp/sun-keys.el | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/lisp/sun-keys.el b/lisp/sun-keys.el index 13ebee3a4d1..b059a8e20c9 100644 --- a/lisp/sun-keys.el +++ b/lisp/sun-keys.el @@ -1,19 +1,15 @@ ;;; sun-keys.el --- support for Sun function keys -;;; Support (cleanly) for Sun function keys. Provides help facilities, -;;; better diagnostics, etc. -;;; -;;; To use: make sure your .ttyswrc binds 'F1' to <ESC> * F1 <CR> and so on. -;;; load this lot from your start_up -;;; -;;; -;;; Copyright (C) 1986 Free Software Foundation, Inc. +;; Author: Ian G. Batten <batten@uk.ac.bham.multics> +;; Last-Modified: 30 May 1992 + +;;; Copyright (C) 1986 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, @@ -24,9 +20,16 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. + +;;; Commentary: + +;;; Support (cleanly) for Sun function keys. Provides help facilities, +;;; better diagnostics, etc. ;;; -;;; Batten@uk.ac.bham.multics (Ian G. Batten) -;;; +;;; To use: make sure your .ttyswrc binds 'F1' to <ESC> * F1 <CR> and so on. +;;; load this lot from your start_up + +;;; Code: (defun sun-function-keys-dispatch (arg) "Dispatcher for function keys." |