* lisp/talk.el: Use lexical-binding.
This commit is contained in:
parent
1ae8a18d94
commit
df06cfe4a9
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
;;; talk.el --- allow several users to talk to each other through Emacs
|
||||
;;; talk.el --- allow several users to talk to each other through Emacs -*- lexical-binding: t -*-
|
||||
|
||||
;; Copyright (C) 1995, 2001-2021 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
|||
;;; Commentary:
|
||||
|
||||
;; This is a multi-user talk package that runs in Emacs.
|
||||
;; Use talk-connect to bring a new person into the conversation.
|
||||
;; Use `talk-connect' to bring a new person into the conversation.
|
||||
|
||||
;;; Code:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue