[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r102617: Tiny code fix.
From: |
Vinicius Jose Latorre |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r102617: Tiny code fix. |
Date: |
Thu, 09 Dec 2010 08:55:03 -0200 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 102617
committer: Vinicius Jose Latorre <address@hidden
branch nick: trunk
timestamp: Thu 2010-12-09 08:55:03 -0200
message:
Tiny code fix.
modified:
lisp/ChangeLog
lisp/whitespace.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-12-09 05:55:25 +0000
+++ b/lisp/ChangeLog 2010-12-09 10:55:03 +0000
@@ -1,3 +1,7 @@
+2010-12-09 Vinicius Jose Latorre <address@hidden>
+
+ * whitespace.el (whitespace-newline-mode): Code fix.
+
2010-12-09 Glenn Morris <address@hidden>
* play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
=== modified file 'lisp/whitespace.el'
--- a/lisp/whitespace.el 2010-12-08 19:25:11 +0000
+++ b/lisp/whitespace.el 2010-12-09 10:55:03 +0000
@@ -1103,7 +1103,7 @@
: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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r102617: Tiny code fix.,
Vinicius Jose Latorre <=