]> code.delx.au - gnu-emacs/blobdiff - lisp/thumbs.el
(texinfo-mode): Change charset of one quotation mark
[gnu-emacs] / lisp / thumbs.el
index 0fa448d4d7a1e5aa8f8e7fac78e6837938344704..9a41507e41004ecb4b22e9af89a2ba1f7fe2de43 100644 (file)
@@ -339,6 +339,7 @@ Or, alternatively, a SIZE may be specified."
   (cond ((string-match ".*\\.jpe?g\\'" img) 'jpeg)
        ((string-match ".*\\.xpm\\'" img) 'xpm)
        ((string-match ".*\\.xbm\\'" img) 'xbm)
+       ((string-match ".*\\.pbm\\'" img) 'pbm)
        ((string-match ".*\\.gif\\'" img) 'gif)
        ((string-match ".*\\.bmp\\'" img) 'bmp)
        ((string-match ".*\\.png\\'" img) 'png)