diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2005-10-24 22:13:08 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2005-10-24 22:13:08 +0000 |
commit | 24bdbffe0bcbd31958c5651b320ed200a4799dea (patch) | |
tree | c6323368bca4f78cffa78cdbe5ce8fa7389e010a /lisp/thumbs.el | |
parent | 64ef03e90ed191729d5429e850664f27fbf2d5e2 (diff) | |
download | emacs-24bdbffe0bcbd31958c5651b320ed200a4799dea.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.el | 1 |
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) |