; Fix file headers in tty-tip.el
* lisp/tty-tip.el: Fix file headers.
This commit is contained in:
parent
53b84f7fdd
commit
646b3f8c5c
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
;;; -*- lexical-binding: t; symbol-packages: t; -*-
|
||||
;;; tty-tip.el --- Display help in kind of tooltips on ttys
|
||||
;;; tty-tip.el --- Display help in kind of tooltips on ttys -*- lexical-binding: t; symbol-packages: t; -*-
|
||||
|
||||
;; Copyright (C) 2024-2025 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -28,6 +27,8 @@
|
|||
;; You can customize face `tooltip', `tooltip-short-delay',
|
||||
;; `tooltip-delay', `tooltip-recent-seconds'.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'tooltip)
|
||||
|
||||
(defvar tty-tip--frame nil)
|
||||
|
@ -205,4 +206,4 @@
|
|||
|
||||
(provide 'tty-tip)
|
||||
|
||||
;;; End
|
||||
;;; tty-tip.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue