]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Add knowledge of .sx[dmicw] file
authorFrancesco Potortì <pot@gnu.org>
Fri, 5 Jul 2002 23:15:37 +0000 (23:15 +0000)
committerFrancesco Potortì <pot@gnu.org>
Fri, 5 Jul 2002 23:15:37 +0000 (23:15 +0000)
suffixes for Open office data files.

lisp/files.el

index 3602452e485586d43ae1439f0c71f09eabf4f9d0..df2e640aed442ae30a07da8dfdd6785e71b977dd 100644 (file)
@@ -1554,6 +1554,7 @@ in that case, this function acts as if `enable-local-variables' were t."
      ("\\.tar\\'" . tar-mode)
      ("\\.\\(arc\\|zip\\|lzh\\|zoo\\|jar\\)\\'" . archive-mode)
      ("\\.\\(ARC\\|ZIP\\|LZH\\|ZOO\\|JAR\\)\\'" . archive-mode)
+     ("\\.sx[dmicw]\\'" . archive-mode)        ; Open office
      ;; Mailer puts message to be edited in
      ;; /tmp/Re.... or Message
      ("\\`/tmp/Re" . text-mode)