aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-07-23 15:29:46 +0000
committerEli Zaretskii2001-07-23 15:29:46 +0000
commitbe8cf99e917145698bfd3f862fdd1c2048943e7d (patch)
treeb0debd420fb694dd3043b378f4d7cc65d7d75ae9
parent31fac3b80fa13ca1000619ab9397198551ba092d (diff)
downloademacs-be8cf99e917145698bfd3f862fdd1c2048943e7d.tar.gz
emacs-be8cf99e917145698bfd3f862fdd1c2048943e7d.zip
(IT-unicode-translations): Fix the appearance of "6`".
-rw-r--r--lisp/ChangeLog3
-rw-r--r--lisp/term/internal.el2
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1bd3dab563b..8ad7281b82d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-07-23 Eli Zaretskii <eliz@is.elta.co.il> 12001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * term/internal.el (IT-unicode-translations): Fix the appearance of
4 "6`".
5
3 * progmodes/compile.el (compile-internal): If EMACS is already 6 * progmodes/compile.el (compile-internal): If EMACS is already
4 defined in the environment, don't override its value. 7 defined in the environment, don't override its value.
5 8
diff --git a/lisp/term/internal.el b/lisp/term/internal.el
index aeda2b6c03e..adf0583b1ba 100644
--- a/lisp/term/internal.el
+++ b/lisp/term/internal.el
@@ -416,7 +416,7 @@ If TABLE is nil or omitted, `standard-display-table' is used."
416 nil nil "w*?" nil "O*!" "O*'" "W*!" "W*'" "W*J" "/*" 416 nil nil "w*?" nil "O*!" "O*'" "W*!" "W*'" "W*J" "/*"
417 ";;" nil nil nil "1N" "1M" "3M" "4M" "6M" nil ; Gen Punct 417 ";;" nil nil nil "1N" "1M" "3M" "4M" "6M" nil ; Gen Punct
418 nil "1T" "1H" nil nil nil "LRM" "RLM" "-1" nil 418 nil "1T" "1H" nil nil nil "LRM" "RLM" "-1" nil
419 nil "--" "---" "===" "!2" "=2" "'6" "'9" ".9" "9'" 419 nil "--" "---" "===" "!2" "=2" "6`" "'9" ".9" "9'"
420 "``" "''" ":9" "9``" "/-" "/=" "sb" "3b" nil ".." 420 "``" "''" ":9" "9``" "/-" "/=" "sb" "3b" nil ".."
421 "..." ".-" "LSep" "PSep" "LR[" "RL[" "PDF" "LRO" "RLO" 255 421 "..." ".-" "LSep" "PSep" "LR[" "RL[" "PDF" "LRO" "RLO" 255
422 "%o" "%oo" "'" "''" "\"'" "`" "``" "```" ".^" "<," 422 "%o" "%oo" "'" "''" "\"'" "`" "``" "```" ".^" "<,"