summaryrefslogtreecommitdiff
path: root/lisp/=sun-keys.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 21:11:25 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-05-30 21:11:25 +0000
commitcd8cea0a40e60431ed1b9f14ae5f85935743f598 (patch)
treea14050b6fc32f786d324b0cf9a75de008371ee94 /lisp/=sun-keys.el
parent4bd4e566ab12d9e731b0eef172f882c81b59a537 (diff)
downloademacs-cd8cea0a40e60431ed1b9f14ae5f85935743f598.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/=sun-keys.el')
-rw-r--r--lisp/=sun-keys.el5
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