]> git.eshelyaron.com Git - emacs.git/commitdiff
Tiny code fix.
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Thu, 9 Dec 2010 10:55:03 +0000 (08:55 -0200)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Thu, 9 Dec 2010 10:55:03 +0000 (08:55 -0200)
lisp/ChangeLog
lisp/whitespace.el

index 5abbfa39e231b32d1c070338720aedd763851245..49e4f1a9d049c3ec84754ff2f4544e94c296101a 100644 (file)
@@ -1,3 +1,7 @@
+2010-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * whitespace.el (whitespace-newline-mode): Code fix.
+
 2010-12-09  Glenn Morris  <rgm@gnu.org>
 
        * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
index 57858ed4067d93106e541d7701055405f37e5576..1a54d8afc3e8203042f730b265241692aa34712a 100644 (file)
@@ -1103,7 +1103,7 @@ See also `whitespace-newline' and `whitespace-display-mappings'."
   :init-value nil
   :global     nil
   :group      'whitespace
-  (let ((whitespace-style '(newline-mark newline)))
+  (let ((whitespace-style '(face newline-mark newline)))
     (whitespace-mode whitespace-newline-mode)
     ;; sync states (running a batch job)
     (setq whitespace-newline-mode whitespace-mode)))