emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/tty-child-frames 0bcff166d62 1/2: Don't use symbol-packages vari


From: Stefan Kangas
Subject: scratch/tty-child-frames 0bcff166d62 1/2: Don't use symbol-packages variable
Date: Wed, 18 Dec 2024 16:06:35 -0500 (EST)

branch: scratch/tty-child-frames
commit 0bcff166d6286612617335eb962c0a529384fb79
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Don't use symbol-packages variable
    
    * lisp/tty-tip.el: Don't use symbol-packages variable.
---
 lisp/tty-tip.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lisp/tty-tip.el b/lisp/tty-tip.el
index 4052fca4b52..4414d93d030 100644
--- a/lisp/tty-tip.el
+++ b/lisp/tty-tip.el
@@ -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 -*-
 
 ;; Copyright (C) 2024 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]