diff options
| author | Juri Linkov <juri@jurta.org> | 2007-12-23 17:37:46 +0000 |
|---|---|---|
| committer | Juri Linkov <juri@jurta.org> | 2007-12-23 17:37:46 +0000 |
| commit | 88a548042dc0e42741fb5ed0b2976371f8eddb86 (patch) | |
| tree | 2744ac34d24713a35b65032ec74cf9890f821489 /lisp/files.el | |
| parent | debe92052c1c5451982e618e6c7057420a5a7f67 (diff) | |
| download | emacs-88a548042dc0e42741fb5ed0b2976371f8eddb86.tar.gz | |
(auto-mode-alist): Add \\' to doc-view files regexp.
Remove duplicate entry .x[bp]m accidently added by the latest sync from Emacs-22.
Diffstat (limited to 'lisp/files.el')
| -rw-r--r-- | lisp/files.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el index e475f4350ba..70a07ea5eff 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2057,7 +2057,6 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\)\\'" . archive-mode) ("\\.dtd\\'" . sgml-mode) ("\\.ds\\(ss\\)?l\\'" . dsssl-mode) ("\\.js\\'" . java-mode) ; javascript-mode would be better - ("\\.x[bp]m\\'" . c-mode) ("\\.d?v\\'" . verilog-mode) ;; .emacs or .gnus or .viper following a directory delimiter in ;; Unix, MSDOG or VMS syntax. @@ -2075,7 +2074,7 @@ ARC\\|ZIP\\|LZH\\|LHA\\|ZOO\\|[JEW]AR\\|XPI\\|RAR\\)\\'" . archive-mode) ("\\.\\(diffs?\\|patch\\|rej\\)\\'" . diff-mode) ("\\.\\(dif\\|pat\\)\\'" . diff-mode) ; for MSDOG ("\\.[eE]?[pP][sS]\\'" . ps-mode) - ("\\.\\(?:PDF\\|DVI\\|pdf\\|dvi\\)" . doc-view-mode) + ("\\.\\(?:PDF\\|DVI\\|pdf\\|dvi\\)\\'" . doc-view-mode) ("configure\\.\\(ac\\|in\\)\\'" . autoconf-mode) ("BROWSE\\'" . ebrowse-tree-mode) ("\\.ebrowse\\'" . ebrowse-tree-mode) |
