comparison lisp/format.el @ 88576:f73e02f5a2d2

(format-alist): Remove ibm, mac, hp entries (available natively).
author Dave Love <fx@gnu.org>
date Mon, 20 May 2002 15:16:47 +0000
parents a5795efa232a
children 2f877ed80fa6
comparison
equal deleted inserted replaced
88575:8a28722c246c 88576:f73e02f5a2d2
69 enriched-decode enriched-encode t enriched-mode) 69 enriched-decode enriched-encode t enriched-mode)
70 (plain "ISO 8859-1 standard format, no text properties." 70 (plain "ISO 8859-1 standard format, no text properties."
71 ;; Plain only exists so that there is an obvious neutral choice in 71 ;; Plain only exists so that there is an obvious neutral choice in
72 ;; the completion list. 72 ;; the completion list.
73 nil nil nil nil nil) 73 nil nil nil nil nil)
74 (ibm "IBM Code Page 850 (DOS)"
75 nil ; The original "1\\(^\\)" is obscure.
76 "recode -f ibm-pc:latin1" "recode -f latin1:ibm-pc" t nil)
77 (mac "Apple Macintosh"
78 nil
79 "recode -f mac:latin1" "recode -f latin1:mac" t nil)
80 (hp "HP Roman8"
81 nil
82 "recode -f roman8:latin1" "recode -f latin1:roman8" t nil)
83 (TeX "TeX (encoding)" 74 (TeX "TeX (encoding)"
84 nil 75 nil
85 iso-tex2iso iso-iso2tex t nil) 76 iso-tex2iso iso-iso2tex t nil)
86 (gtex "German TeX (encoding)" 77 (gtex "German TeX (encoding)"
87 nil 78 nil