From: Vinicius Jose Latorre Date: Fri, 27 Aug 2010 03:24:17 +0000 (-0300) Subject: Adjust type declaration. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~228 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1a868076f51b5d6f1cf78117463e6f9c614551ec;p=emacs.git Adjust type declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a220bc38f95..3664f67b821 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-08-27 Vinicius Jose Latorre + + * whitespace.el (whitespace-style): Adjust type declaration. + 2010-08-26 Nathan Weizenbaum (tiny change) * progmodes/js.el: Make indentation more customizable (Bug#6914). diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 0ef41b5a002..4b8b9a61173 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -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"