ffi-wand:
authorlg <lg@lg-XPS-L521X.(none)>
Fri, 28 Dec 2012 07:00:12 +0000 (11:00 +0400)
committerlg <lg@lg-XPS-L521X.(none)>
Fri, 28 Dec 2012 07:00:12 +0000 (11:00 +0400)
  "logo" is unsupported format for read

lisp/ffi/ffi-wand.el

index 9ca2a59..8369f29 100644 (file)
@@ -2942,7 +2942,7 @@ Bindings are:
       (call-interactively (cdr op)))))
 
 (defcustom Wand-formats-read-unsupported
-  '("a" "b" "c" "g" "h" "o" "k" "m" "r" "x" "y" "txt" "text" "pm")
+  '("a" "b" "c" "g" "h" "o" "k" "m" "r" "x" "y" "txt" "text" "pm" "logo")
   "List of formats that are not intented to be opened by Wand."
   :type '(list string)
   :group 'Wand-mode)