]> git.eshelyaron.com Git - emacs.git/commitdiff
Adjust type declaration.
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Fri, 27 Aug 2010 03:24:17 +0000 (00:24 -0300)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Fri, 27 Aug 2010 03:24:17 +0000 (00:24 -0300)
lisp/ChangeLog
lisp/whitespace.el

index a220bc38f953d55cb5fa653b215e0ddcb896665a..3664f67b82120aa5f74bf38fc21866720c1770f5 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
+
+       * whitespace.el (whitespace-style): Adjust type declaration.
+
 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
 
        * progmodes/js.el: Make indentation more customizable (Bug#6914).
index 0ef41b5a002ea75d30f3b25c93f3542ca0a953d5..4b8b9a611733ad83efcad70f556029e6618a70f2 100644 (file)
@@ -529,6 +529,8 @@ cleanning up a buffer.  See `whitespace-cleanup' and
 See also `whitespace-display-mappings' for documentation."
   :type '(repeat :tag "Kind of Blank"
                 (choice :tag "Kind of Blank Face"
+                        (const :tag "(Face) Face visualization"
+                               face)
                         (const :tag "(Face) Trailing TABs, SPACEs and HARD SPACEs"
                                trailing)
                         (const :tag "(Face) SPACEs and HARD SPACEs"