summaryrefslogtreecommitdiff
path: root/lisp/thumbs.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2005-10-24 22:13:08 +0000
committerChong Yidong <cyd@stupidchicken.com>2005-10-24 22:13:08 +0000
commit67c24b7546aa66aedb0d7d4af0c6df91369de557 (patch)
tree653ef0a88bf68b0dc415296b4a94881f349d4b71 /lisp/thumbs.el
parentf853a36fb8c5a02ef8dc5e8ca05a32f9887e1cb4 (diff)
downloademacs-67c24b7546aa66aedb0d7d4af0c6df91369de557.tar.gz
* menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
with 2005-10-23 change to doctor.el. * finder.el (finder-mode-map): Add follow-link binding.
Diffstat (limited to 'lisp/thumbs.el')
-rw-r--r--lisp/thumbs.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/thumbs.el b/lisp/thumbs.el
index 0fa448d4d7a..9a41507e410 100644
--- a/lisp/thumbs.el
+++ b/lisp/thumbs.el
@@ -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)