]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/talk.el: Use lexical-binding.
authorStefan Kangas <stefan@marxist.se>
Wed, 24 Mar 2021 08:05:06 +0000 (09:05 +0100)
committerStefan Kangas <stefan@marxist.se>
Wed, 24 Mar 2021 08:05:06 +0000 (09:05 +0100)
lisp/talk.el

index 473f8ac92184f8192b44a5d18c6197367b799724..56d36dd8df4f0d45255ce393bd1f436a06b17499 100644 (file)
@@ -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: