Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9a905782
Commit
9a905782
authored
Oct 18, 2007
by
Reiner Steib
Browse files
(auto-mode-alist): Don't use doc-view for PS and EPS.
parent
c9a9a5e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/files.el
lisp/files.el
+2
-1
No files found.
lisp/ChangeLog
View file @
9a905782
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.
...
...
lisp/files.el
View file @
9a905782
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment