Fixes bug #16564, from change of 2013-03-10.
+2014-01-27 Reuben Thomas <rrt@sc3d.org>
+
+ * whitespace.el (whitespace-enable-predicate): fix sense of comment.
+ Fixes bug #16564, from change of 2013-03-10.
+
2014-01-27 Glenn Morris <rgm@gnu.org>
* shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.
(not (memq major-mode (cdr whitespace-global-modes)))
(memq major-mode whitespace-global-modes)))
(t nil))
- ;; ...we have a display (we're running a batch job)
+ ;; ...we have a display (not running a batch job)
(not noninteractive)
;; ...the buffer is not internal (name starts with a space)
(not (eq (aref (buffer-name) 0) ?\ ))