From 980f8457ab490c30b2ac2f07a27223bde260d66d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 7 Mar 2025 09:28:41 +0100 Subject: [PATCH] ; Fix file headers in tty-tip.el * lisp/tty-tip.el: Fix file headers. (cherry picked from commit 646b3f8c5c206b0005020311f382206219f15e64) --- lisp/tty-tip.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.5