diff -r f08ea38190d6 -r 96646e9ce5bb .emacs-my --- a/.emacs-my Tue Jun 21 16:18:54 2011 +0300 +++ b/.emacs-my Thu Jun 23 23:54:07 2011 +0300 @@ -669,9 +669,8 @@ ;; Exclude .svg image from supported image list, as Emacs doesn't come ;; with SVG shared library. (setq image-file-name-extensions (remove "svg" image-file-name-extensions)) - (when auto-image-file-mode - ;; Re-initialize the image-file handler. - (auto-image-file-mode t)) + ;; Re-initialize the image-file handler. + (auto-image-file-mode t) )) ;;; ----------------------------------------------------------------