From: Stefan Kangas Date: Fri, 7 Mar 2025 08:28:41 +0000 (+0100) Subject: ; Fix file headers in tty-tip.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=980f8457ab490c30b2ac2f07a27223bde260d66d;p=emacs.git ; Fix file headers in tty-tip.el * lisp/tty-tip.el: Fix file headers. (cherry picked from commit 646b3f8c5c206b0005020311f382206219f15e64) --- diff --git a/lisp/tty-tip.el b/lisp/tty-tip.el index 9f0301ff72b..e451fcc1934 100644 --- a/lisp/tty-tip.el +++ b/lisp/tty-tip.el @@ -1,4 +1,4 @@ -;;; tty-tip.el --- Display help in pseudo-tooltips on ttys -*- lexical-binding: t; -*- +;;; tty-tip.el --- Display help in kind of tooltips on ttys -*- lexical-binding: t; -*- ;; Copyright (C) 2024-2025 Free Software Foundation, Inc. @@ -27,6 +27,8 @@ ;; You can customize face `tooltip', `tooltip-short-delay', ;; `tooltip-delay', `tooltip-recent-seconds'. +;;; Code: + (require 'tooltip) (defvar tty-tip--frame nil) @@ -204,4 +206,4 @@ (provide 'tty-tip) -;;; End +;;; tty-tip.el ends here