branch: externals/uni-confusables
commit 393e1adeec5b0eb51f9606983655cfe2272c6e54
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    README.md: Announce that the package is obsolete
    
    * gen-confusables.el: Use lexical-binding.
    * GNUmakefile, README.md: New files.
---
 GNUmakefile        | 6 ++++++
 README.md          | 1 +
 gen-confusables.el | 8 ++++----
 uni-confusables.el | 4 ++--
 4 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/GNUmakefile b/GNUmakefile
new file mode 100644
index 0000000000..860177a1ef
--- /dev/null
+++ b/GNUmakefile
@@ -0,0 +1,6 @@
+
+
+uni-confusables.el: gen-confusables.el confusables.txt
+       emacs --batch -l ./gen-confusables.el                   \
+             --eval '(gen-confusables-read "confusables.txt")' \
+             --eval '(gen-confusables-write "uni-confusables.el")'
diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..5d5f1fa874
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+This package is superceded by the `textsec.el` packages included in Emacs≄29.
diff --git a/gen-confusables.el b/gen-confusables.el
index e4f5b7b2e2..5ac141c0cb 100644
--- a/gen-confusables.el
+++ b/gen-confusables.el
@@ -1,6 +1,6 @@
-;;; gen-confusables.el --- generate uni-confusables.el from confusables.txt
+;;; gen-confusables.el --- generate uni-confusables.el from confusables.txt  
-*- lexical-binding: t; -*-
 
-;; Copyright (C) 2011, 2012, 2014  Free Software Foundation, Inc.
+;; Copyright (C) 2011, 2012, 2014, 2022  Free Software Foundation, Inc.
 
 ;; Author: Teodor Zlatanov <t...@lifelogs.com>
 
@@ -61,7 +61,7 @@
   (interactive "FDumped filename: \n")
   (let ((coding-system-for-write 'utf-8-emacs))
     (with-temp-file file
-      (insert ";;; uni-confusables.el --- Unicode confusables table
+      (insert ";;; uni-confusables.el --- Unicode confusables table  -*- 
lexical-binding: t -*-
 ;; Copyright (C) 1991-2009, 2010 Unicode, Inc.
 ;; This file was generated from a local copy of the Unicode confusables
 ;; list (covered by the Unicode copyright terms in copyright.html)
@@ -71,7 +71,7 @@
 ;; gen-confusables.el.  The copyright and permissions are the same
 ;; as for gen-confusables.el.
 
-;; Version: 0.2
+;; Version: 0.3
 ;; Maintainer: Teodor Zlatanov <t...@lifelogs.com>
 
 ;;; Code:\n\n")
diff --git a/uni-confusables.el b/uni-confusables.el
index 4955cfdc3c..53f3b42be8 100644
--- a/uni-confusables.el
+++ b/uni-confusables.el
@@ -1,4 +1,4 @@
-;;; uni-confusables.el --- Unicode confusables table
+;;; uni-confusables.el --- Unicode confusables table  -*- lexical-binding: t 
-*-
 ;; Copyright (C) 1991-2009, 2010 Unicode, Inc.
 ;; This file was generated from a local copy of the Unicode confusables
 ;; list (covered by the Unicode copyright terms in copyright.html)
@@ -8,7 +8,7 @@
 ;; gen-confusables.el.  The copyright and permissions are the same
 ;; as for gen-confusables.el.
 
-;; Version: 0.2
+;; Version: 0.3
 ;; Maintainer: Teodor Zlatanov <t...@lifelogs.com>
 
 ;;; Code:

Reply via email to