From beeece4712c464a6eb62c8e9b72c6f7515614f6c Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 19 Mar 2025 20:44:19 +0100 Subject: [PATCH] ; Don't set symbol-packages in tty-tip.el --- lisp/tty-tip.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/tty-tip.el b/lisp/tty-tip.el index d738ff9ed92..254591f6b7c 100644 --- a/lisp/tty-tip.el +++ b/lisp/tty-tip.el @@ -1,4 +1,4 @@ -;;; tty-tip.el --- Display help in kind of tooltips on ttys -*- lexical-binding: t; symbol-packages: t; -*- +;;; tty-tip.el --- Display help in kind of tooltips on ttys -*- lexical-binding: t -*- ;; Copyright (C) 2024-2025 Free Software Foundation, Inc.