/[emacs]/emacs/lisp/thumbs.el
ViewVC logotype

Diff of /emacs/lisp/thumbs.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by ttn, Sat Aug 6 22:13:43 2005 UTC revision 1.21 by cyd, Mon Oct 24 22:13:08 2005 UTC
# Line 339  Or, alternatively, a SIZE may be specifi Line 339  Or, alternatively, a SIZE may be specifi
339    (cond ((string-match ".*\\.jpe?g\\'" img) 'jpeg)    (cond ((string-match ".*\\.jpe?g\\'" img) 'jpeg)
340          ((string-match ".*\\.xpm\\'" img) 'xpm)          ((string-match ".*\\.xpm\\'" img) 'xpm)
341          ((string-match ".*\\.xbm\\'" img) 'xbm)          ((string-match ".*\\.xbm\\'" img) 'xbm)
342            ((string-match ".*\\.pbm\\'" img) 'pbm)
343          ((string-match ".*\\.gif\\'" img) 'gif)          ((string-match ".*\\.gif\\'" img) 'gif)
344          ((string-match ".*\\.bmp\\'" img) 'bmp)          ((string-match ".*\\.bmp\\'" img) 'bmp)
345          ((string-match ".*\\.png\\'" img) 'png)          ((string-match ".*\\.png\\'" img) 'png)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26