diff options
| -rw-r--r-- | lisp/net/mailcap.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/net/mailcap.el b/lisp/net/mailcap.el index ed35c220ec5..031d8e1ff05 100644 --- a/lisp/net/mailcap.el +++ b/lisp/net/mailcap.el | |||
| @@ -165,6 +165,10 @@ is consulted." | |||
| 165 | (type . "application/zip") | 165 | (type . "application/zip") |
| 166 | ("copiousoutput")) | 166 | ("copiousoutput")) |
| 167 | ("pdf" | 167 | ("pdf" |
| 168 | (viewer . pdf-view-mode) | ||
| 169 | (type . "application/pdf") | ||
| 170 | (test . (eq window-system 'x))) | ||
| 171 | ("pdf" | ||
| 168 | (viewer . doc-view-mode) | 172 | (viewer . doc-view-mode) |
| 169 | (type . "application/pdf") | 173 | (type . "application/pdf") |
| 170 | (test . (eq window-system 'x))) | 174 | (test . (eq window-system 'x))) |