emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/thumbs.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/thumbs.el
Date: Mon, 24 Oct 2005 18:13:15 -0400

Index: emacs/lisp/thumbs.el
diff -c emacs/lisp/thumbs.el:1.20 emacs/lisp/thumbs.el:1.21
*** emacs/lisp/thumbs.el:1.20   Sat Aug  6 22:13:43 2005
--- emacs/lisp/thumbs.el        Mon Oct 24 22:13:08 2005
***************
*** 339,344 ****
--- 339,345 ----
    (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]