]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-mode-alist): Don't use doc-view for PS and EPS.
authorReiner Steib <Reiner.Steib@gmx.de>
Thu, 18 Oct 2007 19:59:52 +0000 (19:59 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Thu, 18 Oct 2007 19:59:52 +0000 (19:59 +0000)
lisp/ChangeLog
lisp/files.el

index fb0f80907bcbad00b7fe4a7afd4b97202ecd9ee9..7c62aecfd555dc3c6b32d18a9194667b326a6418 100644 (file)
@@ -1,5 +1,7 @@
 2007-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * files.el (auto-mode-alist): Don't use doc-view for PS and EPS.
+
        * doc-view.el: Remove version keyword.
        (doc-view-ghostscript-program, doc-view-dvipdfm-program)
        (doc-view-ps2pdf-program): Use executable-find.  Simplify custom type.
index d856d7f34a72e80658fb8472373abecd4a345475..6d03ad24dbe608b92b75b0dc1f2aa30f4eae7a46 100644 (file)
@@ -2059,7 +2059,8 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\)\\'" . archive-mode)
      ("\\.\\(as\\|mi\\|sm\\)2\\'" . snmpv2-mode)
      ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode)
      ("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MSDOG
-     ("\\.\\(?:PDF\\|E?PS\\|DVI\\|pdf\\|e?ps\\|dvi\\)" . doc-view-mode)
+     ("\\.[eE]?[pP][sS]\\'" . ps-mode)
+     ("\\.\\(?:PDF\\|DVI\\|pdf\\|dvi\\)" . doc-view-mode)
      ("configure\\.\\(ac\\|in\\)\\'" . autoconf-mode)
      ("BROWSE\\'" . ebrowse-tree-mode)
      ("\\.ebrowse\\'" . ebrowse-tree-mode)