From 1a868076f51b5d6f1cf78117463e6f9c614551ec Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Fri, 27 Aug 2010 00:24:17 -0300 Subject: [PATCH] Adjust type declaration. --- lisp/ChangeLog | 4 ++++ lisp/whitespace.el | 2 ++ 2 files changed, 6 insertions(+) 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" -- 2.39.2