From d269bb996424d8c5b251f0a03731c09839a43d33 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Mon, 27 Jan 2014 12:30:17 +0000 Subject: [PATCH] * whitespace.el (whitespace-enable-predicate): fix sense of comment. Fixes bug #16564, from change of 2013-03-10. --- lisp/ChangeLog | 5 +++++ lisp/whitespace.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a84cc146c65..84d263aa62c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2014-01-27 Reuben Thomas + + * whitespace.el (whitespace-enable-predicate): fix sense of comment. + Fixes bug #16564, from change of 2013-03-10. + 2014-01-27 Glenn Morris * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix. diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 7630ffbdb9c..3208c578fe7 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -1084,7 +1084,7 @@ See also `whitespace-style', `whitespace-newline' and (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) ?\ )) -- 2.39.2