diff options
author | Dave Love <fx@gnu.org> | 2003-08-20 18:40:26 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2003-08-20 18:40:26 +0000 |
commit | 58967e7c10692ef23aa2ee87660e74548c7860a7 (patch) | |
tree | d9e9cf12609730ef9c59157e5ad515549caac5ce /lisp/international/latin1-disp.el | |
parent | 6700fc0523e8b70bd2fdf229dca284b868cff836 (diff) | |
download | emacs-58967e7c10692ef23aa2ee87660e74548c7860a7.tar.gz |
(latin1-display): Add ?$,1s"(B.
Diffstat (limited to 'lisp/international/latin1-disp.el')
-rw-r--r-- | lisp/international/latin1-disp.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |