changeset 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 8a28722c246c
children c982147b17d7
files lisp/format.el
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/format.el	Mon May 20 15:15:05 2002 +0000
+++ b/lisp/format.el	Mon May 20 15:16:47 2002 +0000
@@ -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)