simplify
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 23 Jun 2011 23:45:30 +0300
changeset 655 9639cfe1e0b2
parent 652 243f52487da7
child 656 96646e9ce5bb
simplify
.emacs-my
--- 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)
      ))
 
 ;;; ----------------------------------------------------------------