]> git.eshelyaron.com Git - emacs.git/commitdiff
(format-alist): Don't handle compression here.
authorRichard M. Stallman <rms@gnu.org>
Wed, 9 Jul 1997 04:20:46 +0000 (04:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 9 Jul 1997 04:20:46 +0000 (04:20 +0000)
lisp/format.el

index 872f5894ca9ea0305461ba778a5d8a3ada2b0d8a..ad109a41c95b04df68da6154ceb8eca58adecebc 100644 (file)
 (put 'buffer-file-format 'permanent-local t)
 
 (defvar format-alist 
-  '((compressed "compressed" 
-          "^\037\213"                       ; magic number for gzip
-          "gunzip -f" "gzip -f" t nil)
-    (text/enriched "Extended MIME text/enriched format."
+  '((text/enriched "Extended MIME text/enriched format."
                   "Content-[Tt]ype:[ \t]*text/enriched"
                   enriched-decode enriched-encode t enriched-mode)
     (plain "ISO 8859-1 standard format, no text properties."
           iso-german iso-cvt-read-only t nil)
     (esnet "net Spanish" 
           "1\\(^\\)"
-          iso-spanish iso-cvt-read-onlyt nil))
+          iso-spanish iso-cvt-read-only t nil))
   "List of information about understood file formats.
 Elements are of the form \(NAME DOC-STR REGEXP FROM-FN TO-FN MODIFY MODE-FN).
 NAME    is a symbol, which is stored in `buffer-file-format'.