42 lines
1.1 KiB
Diff
42 lines
1.1 KiB
Diff
From 771140a936b4cadf793e42c6637c5d7ec44b4d03 Mon Sep 17 00:00:00 2001
|
|
From: yeah_wang <wangye70@huawei.com>
|
|
Date: Thu, 8 Apr 2021 16:07:05 +0800
|
|
Subject: [PATCH] emacs-deal-taboo-words.patch
|
|
|
|
---
|
|
etc/publicsuffix.txt | 4 ----
|
|
lisp/mail/mail-extr.el | 1 -
|
|
2 files changed, 5 deletions(-)
|
|
|
|
diff --git a/etc/publicsuffix.txt b/etc/publicsuffix.txt
|
|
index ee0269c..b8652be 100644
|
|
--- a/etc/publicsuffix.txt
|
|
+++ b/etc/publicsuffix.txt
|
|
@@ -6164,11 +6164,7 @@ mil.tr
|
|
k12.tr
|
|
edu.tr
|
|
kep.tr
|
|
-
|
|
-// Used by Northern Cyprus
|
|
nc.tr
|
|
-
|
|
-// Used by government agencies of Northern Cyprus
|
|
gov.nc.tr
|
|
|
|
// travel : http://en.wikipedia.org/wiki/.travel
|
|
diff --git a/lisp/mail/mail-extr.el b/lisp/mail/mail-extr.el
|
|
index f1a455d..077774e 100644
|
|
--- a/lisp/mail/mail-extr.el
|
|
+++ b/lisp/mail/mail-extr.el
|
|
@@ -1932,7 +1932,6 @@ place. It affects how `mail-extract-address-components' works."
|
|
("ec" "Ecuador" "The Republic of %s")
|
|
("ee" "Estonia")
|
|
("eg" "Egypt" "The Arab Republic of %s")
|
|
- ("eh" "Western Sahara")
|
|
("er" "Eritrea")
|
|
("es" "Spain" "The Kingdom of %s")
|
|
("et" "Ethiopia")
|
|
--
|
|
2.27.0
|
|
|