aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-07-11 17:32:01 +0000
committerPavel Janík <[email protected]>2002-07-11 17:32:01 +0000
commitc25773c46d6e01110aea9ebafd00f4eda74e1ca5 (patch)
tree00de33fb4505aa1cb68bb5732c62431d80be64fb
parent9ef47683093339c7da16f07033534ece8f1fe4b0 (diff)
*** empty log message ***
-rw-r--r--lisp/dos-w32.el2
-rw-r--r--lisp/files.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/dos-w32.el b/lisp/dos-w32.el
index 3da2e99e65..81aa9c28cd 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 f457b85e18..ab21424c2b 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)