diff options
Diffstat (limited to 'lisp/vt100-led.el')
-rw-r--r-- | lisp/vt100-led.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/vt100-led.el b/lisp/vt100-led.el index e8f370835f1..2a096a7311b 100644 --- a/lisp/vt100-led.el +++ b/lisp/vt100-led.el @@ -1,4 +1,5 @@ -;; Functions for controlling the LEDs on VT-100 terminals & clones. +;;; vt100-led.el --- functions for LED control on VT-100 terminals & clones. + ;; Copyright (C) 1988 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -59,3 +60,5 @@ Element 0 is not used.") (send-string-to-terminal o))) (provide 'vt100-led) + +;;; vt100-led.el ends here |