.emacs-my
changeset 656 96646e9ce5bb
parent 654 f08ea38190d6
parent 655 9639cfe1e0b2
child 657 e8416d2b2f6a
--- 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)
      ))
 
 ;;; ----------------------------------------------------------------