summaryrefslogtreecommitdiff
path: root/lisp/format.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-05-20 15:16:47 +0000
committerDave Love <fx@gnu.org>2002-05-20 15:16:47 +0000
commit5b73fda306e0a2840e416e40484a74608ae04858 (patch)
treec3d7ab9f9fcbe97c679ea3ed14b27c9d778db47b /lisp/format.el
parent3803079c2fbcdfaed1cbbdf717d2ed4e4d2154fb (diff)
downloademacs-5b73fda306e0a2840e416e40484a74608ae04858.tar.gz
(format-alist): Remove ibm, mac, hp entries (available
natively).
Diffstat (limited to 'lisp/format.el')
-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 @@
;; Plain only exists so that there is an obvious neutral choice in
;; the completion list.
nil nil nil nil nil)
- (ibm "IBM Code Page 850 (DOS)"
- nil ; The original "1\\(^\\)" is obscure.
- "recode -f ibm-pc:latin1" "recode -f latin1:ibm-pc" t nil)
- (mac "Apple Macintosh"
- nil
- "recode -f mac:latin1" "recode -f latin1:mac" t nil)
- (hp "HP Roman8"
- nil
- "recode -f roman8:latin1" "recode -f latin1:roman8" t nil)
(TeX "TeX (encoding)"
nil
iso-tex2iso iso-iso2tex t nil)