aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/format.el9
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/format.el b/lisp/format.el
index d5b4c859d8a..c95856cd931 100644
--- a/lisp/format.el
+++ b/lisp/format.el
@@ -71,15 +71,6 @@
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)