diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/dos-w32.el | 2 | ||||
-rw-r--r-- | 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) |