From c25773c46d6e01110aea9ebafd00f4eda74e1ca5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Thu, 11 Jul 2002 17:32:01 +0000 Subject: [PATCH] *** empty log message *** --- lisp/dos-w32.el | 2 +- lisp/files.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el index 3da2e99e658..81aa9c28cd7 100644 --- a/lisp/dos-w32.el +++ b/lisp/dos-w32.el @@ -52,7 +52,7 @@ ; Packers ("\\.\\(a\\|o\\|tar\\|z\\|gz\\|taz\\|jar\\)$" . t) ; Unix stuff - ("\\.sx[dmicw]$" . t) ; Open office + ("\\.sx[dmicw]$" . t) ; OpenOffice.org ("\\.tp[ulpw]$" . t) ; borland Pascal stuff ("[:/]tags$" . nil) ; emacs TAGS file ) diff --git a/lisp/files.el b/lisp/files.el index f457b85e189..ab21424c2b3 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1559,7 +1559,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 + ("\\.sx[dmicw]\\'" . archive-mode) ; OpenOffice.org ;; Mailer puts message to be edited in ;; /tmp/Re.... or Message ("\\`/tmp/Re" . text-mode) -- 2.39.5