From 58967e7c10692ef23aa2ee87660e74548c7860a7 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 20 Aug 2003 18:40:26 +0000 Subject: [PATCH] =?utf8?q?(latin1-display):=20Add=20=3F=1B$,1s"=1B(B.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lisp/international/latin1-disp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/international/latin1-disp.el b/lisp/international/latin1-disp.el index 1ab79c4f1ac..96c99b6359c 100644 --- a/lisp/international/latin1-disp.el +++ b/lisp/international/latin1-disp.el @@ -133,6 +133,7 @@ a Unicode font with which to display them." (?\$,1rt(B "--") ;; EM DASH (?\$,1ub(B "TM") ;; TRADE MARK SIGN (?\$,1s:(B ">") ;; SINGLE RIGHT-POINTING ANGLE QUOTATION MARK + (?$,1s"(B ",A7(B") ))) (setq latin1-display t)) (mapc #'latin1-display-reset latin1-display-sets) -- 2.39.2