(IT-unicode-translations): Fix the appearance of "6`".
This commit is contained in:
parent
31fac3b80f
commit
be8cf99e91
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* term/internal.el (IT-unicode-translations): Fix the appearance of
|
||||
"6`".
|
||||
|
||||
* progmodes/compile.el (compile-internal): If EMACS is already
|
||||
defined in the environment, don't override its value.
|
||||
|
||||
|
|
|
@ -416,7 +416,7 @@ If TABLE is nil or omitted, `standard-display-table' is used."
|
|||
nil nil "w*?" nil "O*!" "O*'" "W*!" "W*'" "W*J" "/*"
|
||||
";;" nil nil nil "1N" "1M" "3M" "4M" "6M" nil ; Gen Punct
|
||||
nil "1T" "1H" nil nil nil "LRM" "RLM" "-1" nil
|
||||
nil "--" "---" "===" "!2" "=2" "'6" "'9" ".9" "9'"
|
||||
nil "--" "---" "===" "!2" "=2" "6`" "'9" ".9" "9'"
|
||||
"``" "''" ":9" "9``" "/-" "/=" "sb" "3b" nil ".."
|
||||
"..." ".-" "LSep" "PSep" "LR[" "RL[" "PDF" "LRO" "RLO" 255
|
||||
"%o" "%oo" "'" "''" "\"'" "`" "``" "```" ".^" "<,"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue