Fix void-variable fundamental-mode error from unquoted symbol
This commit is contained in:
parent
6b625e96b5
commit
ed5e8849cc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue