"Maximum number of character to scan from dynamic expansions.")
(defvar dabbrev-buffer-search-condition
- '(not (or (derived-mode . special-mode) "^ "))
+ '(not (or (derived-mode . special-mode) (derived-mode . image-mode) "^ "))
"Condition for searching a buffer for dynamic abbreviation expansions.
Dabbrev calls `match-buffers' (which see) with the value of this
variable as the CONDITION argument, and searchs the matching buffers in