]> git.eshelyaron.com Git - emacs.git/commitdiff
(format-alist): Remove ibm, mac, hp entries (available
authorDave Love <fx@gnu.org>
Mon, 20 May 2002 15:16:47 +0000 (15:16 +0000)
committerDave Love <fx@gnu.org>
Mon, 20 May 2002 15:16:47 +0000 (15:16 +0000)
natively).

lisp/format.el

index d5b4c859d8aef2e8c0cd77b4e65a36be2c99fe02..c95856cd9317a4a62fe71e8be19d829da4ae8e5c 100644 (file)
           ;; 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)