mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 20:41:23 +00:00
Don't use symbol-packages variable
* lisp/tty-tip.el: Don't use symbol-packages variable.
This commit is contained in:
parent
6fa2050ee7
commit
0bcff166d6
1 changed files with 3 additions and 2 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 -*-
|
||||
|
||||
;; 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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue