--- a/.emacs-my Sun Jun 19 23:16:11 2011 +0300
+++ b/.emacs-my Thu Jun 23 23:45:30 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)
))
;;; ----------------------------------------------------------------