X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/0d20f9a04efa7cfbe205e4967b6797b89fc64fe7..f70e9e1e64e5e48823bc4a1ba585e0a615ef28bc:/lisp/sun-keys.el diff --git a/lisp/sun-keys.el b/lisp/sun-keys.el index 59fba2a579..f91abc2063 100644 --- a/lisp/sun-keys.el +++ b/lisp/sun-keys.el @@ -1,18 +1,15 @@ -;;; -;;; Support (cleanly) for Sun function keys. Provides help facilities, -;;; better diagnostics, etc. -;;; -;;; To use: make sure your .ttyswrc binds 'F1' to * F1 and so on. -;;; load this lot from your start_up -;;; -;;; -;;; Copyright (C) 1986 Free Software Foundation, Inc. -;;; +;;; sun-keys.el --- support for Sun function keys + +;;; Copyright (C) 1986 Free Software Foundation, Inc. + +;; Author: Ian G. Batten +;; Keywords: terminals + ;;; 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, @@ -23,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 * F1 and so on. +;;; load this lot from your start_up + +;;; Code: (defun sun-function-keys-dispatch (arg) "Dispatcher for function keys." @@ -69,3 +73,5 @@ CCommand To Use:") (global-set-key "\e*" 'sun-function-keys-dispatch) (make-variable-buffer-local 'sun-function-keys-command-list) + +;;; sun-keys.el ends here