emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116172: * whitespace.el (whitespace-enable-predicat


From: Reuben Thomas
Subject: [Emacs-diffs] trunk r116172: * whitespace.el (whitespace-enable-predicate): fix sense of comment.
Date: Mon, 27 Jan 2014 12:30:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116172
revision-id: address@hidden
parent: address@hidden
committer: Reuben Thomas <address@hidden>
branch nick: trunk
timestamp: Mon 2014-01-27 12:30:17 +0000
message:
    * whitespace.el (whitespace-enable-predicate): fix sense of comment.
    Fixes bug #16564, from change of 2013-03-10.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/whitespace.el             
whitespace.el-20091113204419-o5vbwnq5f7feedwu-8268
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-01-27 02:02:28 +0000
+++ b/lisp/ChangeLog    2014-01-27 12:30:17 +0000
@@ -1,3 +1,8 @@
+2014-01-27  Reuben Thomas  <address@hidden>
+
+       * whitespace.el (whitespace-enable-predicate): fix sense of comment.
+       Fixes bug #16564, from change of 2013-03-10.
+
 2014-01-27  Glenn Morris  <address@hidden>
 
        * shadowfile.el (shadow-info-file, shadow-todo-file): Doc fix.

=== modified file 'lisp/whitespace.el'
--- a/lisp/whitespace.el        2014-01-06 06:25:30 +0000
+++ b/lisp/whitespace.el        2014-01-27 12:30:17 +0000
@@ -1084,7 +1084,7 @@
                (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) ?\ ))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]