(mailcap-mime-data): Fix typo.
authorJesper Harder <harder@ifa.au.dk>
Wed, 19 Feb 2003 23:58:36 +0000 (23:58 +0000)
committerJesper Harder <harder@ifa.au.dk>
Wed, 19 Feb 2003 23:58:36 +0000 (23:58 +0000)
lisp/ChangeLog
lisp/mailcap.el

index eda7ade..a7dced1 100644 (file)
@@ -1,5 +1,7 @@
 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
 
+       * mailcap.el (mailcap-mime-data): Fix typo.
+
        * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
 
 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
index ab16136..605f1b3 100644 (file)
                          mailcap-print-command))
       (test . window-system))
      ("pdf"
-      (viewer . ,(concat "pdftotext %s - | "))
+      (viewer . ,(concat "pdftotext %s -"))
       (type   . "application/pdf")
       ("print" . ,(concat "pdftops %s - | " mailcap-print-command))
       ("copiousoutput"))