Fix void-variable fundamental-mode error from unquoted symbol

This commit is contained in:
Henrik Lissner 2018-05-28 15:50:11 +02:00
parent 6b625e96b5
commit ed5e8849cc
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -330,7 +330,7 @@ DEFAULT is non-nil, set the default mode-line for all buffers."
"Show whitespace-mode when file has an `indent-tabs-mode' that is different
from the default."
(unless (or (eq indent-tabs-mode (default-value 'indent-tabs-mode))
(eq major-mode fundamental-mode)
(eq major-mode 'fundamental-mode)
(derived-mode-p 'special-mode))
(require 'whitespace)
(set (make-local-variable 'whitespace-style)