diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-05-30 21:11:25 +0000 |
commit | cd8cea0a40e60431ed1b9f14ae5f85935743f598 (patch) | |
tree | a14050b6fc32f786d324b0cf9a75de008371ee94 /lisp/=sun-keys.el | |
parent | 4bd4e566ab12d9e731b0eef172f882c81b59a537 (diff) | |
download | emacs-cd8cea0a40e60431ed1b9f14ae5f85935743f598.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/=sun-keys.el')
-rw-r--r-- | lisp/=sun-keys.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/=sun-keys.el b/lisp/=sun-keys.el index 59fba2a5791..13ebee3a4d1 100644 --- a/lisp/=sun-keys.el +++ b/lisp/=sun-keys.el @@ -1,4 +1,5 @@ -;;; +;;; sun-keys.el --- support for Sun function keys + ;;; Support (cleanly) for Sun function keys. Provides help facilities, ;;; better diagnostics, etc. ;;; @@ -69,3 +70,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 |