diff options
author | Pavel Janík <Pavel@Janik.cz> | 2002-07-11 17:32:01 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2002-07-11 17:32:01 +0000 |
commit | c25773c46d6e01110aea9ebafd00f4eda74e1ca5 (patch) | |
tree | 00de33fb4505aa1cb68bb5732c62431d80be64fb /lisp/dos-w32.el | |
parent | 9ef47683093339c7da16f07033534ece8f1fe4b0 (diff) | |
download | emacs-c25773c46d6e01110aea9ebafd00f4eda74e1ca5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/dos-w32.el')
-rw-r--r-- | lisp/dos-w32.el | 2 |
1 files changed, 1 insertions, 1 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 ) |